Html Css Color HEX #E8C852 Festival

📋 copy color: '#E8C852'

red 232 ◦ green 200 ◦ blue 82

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

Shades of Festival #E8C852

Tints of Festival #E8C852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.91%

 BLUE value IS 82 (32.42% from 255) = 15.95%

R = 45.14%
G = 38.91%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E8C852 (or 0xE8C852) is known color: Festival. HEX triplet: E8, C8 and 52. RGB value is (232,200,82). Sum of RGB (Red+Green+Blue) = 232+200+82=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C852 is #1737AD. Grayscale: #C4C4C4. Windows color (decimal): -1521582 or 5425384. OLE color: 5425384.

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

Color convert

RGB 232 200 82 -
CMYK 0 0.14 0.65 0.09
HSL 47.2º 0.77% 0.62% -
HSV(B) 47.2º 0.65% 0.91% -
XYZ 55.46 59.07 16.46 -
YUV 196.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 232 200 82 0 0.14 0.65 0.09 47.2 0.77 0.62
Hex E8 C8 52 0 E 41 9 2F 4D 3E
Octal 350 310 122 0 16 101 11 57 115 76
Binary 11101000 11001000 1010010 0 1110 1000001 1001 101111 1001101 111110

Color Harmonies of #E8C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C852

Black with #E8C852

Text Example


Text Example

White with #E8C852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C852; }

 p { color: rgb(232,200,82); }

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

background-color css

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

 a { background-color: rgb(232,200,82); }

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

border-color css

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

 span { border-color: rgb(232,200,82); }

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