#E6D04F

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

Shades of Festival #E6D04F

Tints of Festival #E6D04F

Color information

#E6D04F (or 0xE6D04F) is unknown color: approx Festival. HEX triplet: E6, D0 and 4F. RGB value is (230,208,79). Sum of RGB (Red+Green+Blue) = 230+208+79=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 79 (31.25% from 255 or 15.28% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D04F is #192FB0. Grayscale: #C8C8C8. Windows color (decimal): -1650609 or 5230822. OLE color: 5230822.

HSL color Cylindrical-coordinate representation of color #E6D04F: hue angle of 51.26º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6D04F is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB23020879-
CMYK00.100.660.10
HSL51.26º75.12%60.59%-
HSV(B)51.26º65.65%90.2%-
XYZ56.662.516.48-
YUV199.8759.79149.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.49%
GREEN value IS 208 (81.64% from 255) = 40.23%
BLUE value IS 79 (31.25% from 255) = 15.28%
R=44.49%
G=40.23%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302087900.100.660.1051.2675.1260.59
HexE6D04F0A42A334b3d
Octal346320117012102126311375
Binary1110011011010000100111101010100001010101100111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D04F; }

 p { color: rgb(230,208,79); }

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

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

 a { background-color: rgb(230,208,79); }

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

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

 span { border-color: rgb(230,208,79); }

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