#E6D448

Color #E6D448 Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #E6D448

Tints of Festival #E6D448

Color information

#E6D448 (or 0xE6D448) is unknown color: approx Festival. HEX triplet: E6, D4 and 48. RGB value is (230,212,72). Sum of RGB (Red+Green+Blue) = 230+212+72=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D448 is #192BB7. Grayscale: #C9C9C9. Windows color (decimal): -1649592 or 4773094. OLE color: 4773094.

HSL color Cylindrical-coordinate representation of color #E6D448: hue angle of 53.16º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6D448 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB23021272-
CMYK00.080.690.10
HSL53.16º75.96%59.22%-
HSV(B)53.16º68.7%90.2%-
XYZ57.3564.3815.53-
YUV201.4254.96148.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 44.75%
GREEN value IS 212 (83.20% from 255) = 41.25%
BLUE value IS 72 (28.52% from 255) = 14.01%
R=44.75%
G=41.25%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302127200.080.690.1053.1675.9659.22
HexE6D4480845A354c3b
Octal346324110010105126511473
Binary1110011011010100100100001000100010110101101011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D448; }

 p { color: rgb(230,212,72); }

 H1.HeaderClassName
 {
   color: #E6D448;
 }
 .AnyTagClassName
 {
   color: #E6D448;
 }
</style>
background-color css

<style>
 a { background-color: #E6D448; }

 a { background-color: rgb(230,212,72); }

 div.DivClassName
 {
   background-color: #E6D448;
 }
 .BgClassName
 {
   background-color: #E6D448;
 }
</style>
border-color css

<style>
 span { border-color: #E6D448; }

 span { border-color: rgb(230,212,72); }

 td.TdClassName
 {
   border-color: #E6D448;
 }
 .TagClassName
 {
   border-color: #E6D448;
 }
</style>