Html Css Color HEX #E8CC55 Festival

📋 copy color: '#E8CC55'

red 232 ◦ green 204 ◦ blue 85

#E8CC55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #E8CC55

Tints of Festival #E8CC55

RGB

 RED value IS 232 (91.02% from 255) = 44.53%

 GREEN value IS 204 (80.08% from 255) = 39.16%

 BLUE value IS 85 (33.59% from 255) = 16.31%

R = 44.53%
G = 39.16%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E8CC55 (or 0xE8CC55) is known color: Festival. HEX triplet: E8, CC and 55. RGB value is (232,204,85). Sum of RGB (Red+Green+Blue) = 232+204+85=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CC55 is #1733AA. Grayscale: #C7C7C7. Windows color (decimal): -1520555 or 5623016. OLE color: 5623016.

HSL color Cylindrical-coordinate representation of color #E8CC55: hue angle of 48.57º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E8CC55 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 204 85 -
CMYK 0 0.12 0.63 0.09
HSL 48.57º 0.76% 0.62% -
HSV(B) 48.57º 0.63% 0.91% -
XYZ 56.51 61 17.39 -
YUV 198.81 63.78 151.68 -
System Red Green Blue C M Y K H S L
Decimal 232 204 85 0 0.12 0.63 0.09 48.57 0.76 0.62
Hex E8 CC 55 0 C 3F 9 31 4C 3E
Octal 350 314 125 0 14 77 11 61 114 76
Binary 11101000 11001100 1010101 0 1100 111111 1001 110001 1001100 111110

Color Harmonies of #E8CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CC55

Black with #E8CC55

Text Example


Text Example

White with #E8CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CC55; }

 p { color: rgb(232,204,85); }

 H1.HeaderClassName
 {
   color: #E8CC55;
 }
 .AnyTagClassName
 {
   color: #E8CC55;
 }
</style>

background-color css

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

 a { background-color: rgb(232,204,85); }

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

border-color css

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

 span { border-color: rgb(232,204,85); }

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