Html Css Color HEX #E0C552 Festival

📋 copy color: '#E0C552'

red 224 ◦ green 197 ◦ blue 82

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

Shades of Festival #E0C552

Tints of Festival #E0C552

RGB

 RED value IS 224 (87.89% from 255) = 44.53%

 GREEN value IS 197 (77.34% from 255) = 39.17%

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

R = 44.53%
G = 39.17%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E0C552 (or 0xE0C552) is known color: Festival. HEX triplet: E0, C5 and 52. RGB value is (224,197,82). Sum of RGB (Red+Green+Blue) = 224+197+82=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C552 is #1F3AAD. Grayscale: #C0C0C0. Windows color (decimal): -2046638 or 5424608. OLE color: 5424608.

HSL color Cylindrical-coordinate representation of color #E0C552: hue angle of 48.59º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0C552 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 197 82 -
CMYK 0 0.12 0.63 0.12
HSL 48.59º 0.7% 0.6% -
HSV(B) 48.59º 0.63% 0.88% -
XYZ 52.23 56.39 16.11 -
YUV 191.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 224 197 82 0 0.12 0.63 0.12 48.59 0.7 0.6
Hex E0 C5 52 0 C 3F C 31 46 3C
Octal 340 305 122 0 14 77 14 61 106 74
Binary 11100000 11000101 1010010 0 1100 111111 1100 110001 1000110 111100

Color Harmonies of #E0C552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C552

Black with #E0C552

Text Example


Text Example

White with #E0C552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C552; }

 p { color: rgb(224,197,82); }

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

background-color css

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

 a { background-color: rgb(224,197,82); }

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

border-color css

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

 span { border-color: rgb(224,197,82); }

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