#E8C64B

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

Shades of Festival #E8C64B

Tints of Festival #E8C64B

Color information

#E8C64B (or 0xE8C64B) is unknown color: approx Festival. HEX triplet: E8, C6 and 4B. RGB value is (232,198,75). Sum of RGB (Red+Green+Blue) = 232+198+75=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C64B is #1739B4. Grayscale: #C2C2C2. Windows color (decimal): -1522101 or 4966120. OLE color: 4966120.

HSL color Cylindrical-coordinate representation of color #E8C64B: hue angle of 47.01º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8C64B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23219875-
CMYK00.150.680.09
HSL47.01º77.34%60.2%-
HSV(B)47.01º67.67%90.98%-
XYZ54.7458.0514.98-
YUV194.1460.76155-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.94%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 75 (29.69% from 255) = 14.85%
R=45.94%
G=39.21%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321987500.150.680.0947.0177.3460.2
HexE8C64B0F4492f4d3c
Octal350306113017104115711574
Binary1110100011000110100101101111100010010011011111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C64B; }

 p { color: rgb(232,198,75); }

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

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

 a { background-color: rgb(232,198,75); }

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

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

 span { border-color: rgb(232,198,75); }

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