Html Css Color HEX #ECCC52 Festival

📋 copy color: '#ECCC52'

red 236 ◦ green 204 ◦ blue 82

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

Shades of Festival #ECCC52

Tints of Festival #ECCC52

RGB

 RED value IS 236 (92.58% from 255) = 45.21%

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

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

R = 45.21%
G = 39.08%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECCC52 (or 0xECCC52) is known color: Festival. HEX triplet: EC, CC and 52. RGB value is (236,204,82). Sum of RGB (Red+Green+Blue) = 236+204+82=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC52 is #1333AD. Grayscale: #C8C8C8. Windows color (decimal): -1258414 or 5426412. OLE color: 5426412.

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

Color convert

RGB 236 204 82 -
CMYK 0 0.14 0.65 0.07
HSL 47.53º 0.8% 0.62% -
HSV(B) 47.53º 0.65% 0.93% -
XYZ 57.71 61.63 16.84 -
YUV 199.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 236 204 82 0 0.14 0.65 0.07 47.53 0.8 0.62
Hex EC CC 52 0 E 41 7 30 50 3E
Octal 354 314 122 0 16 101 7 60 120 76
Binary 11101100 11001100 1010010 0 1110 1000001 111 110000 1010000 111110

Color Harmonies of #ECCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC52

Black with #ECCC52

Text Example


Text Example

White with #ECCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC52; }

 p { color: rgb(236,204,82); }

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

background-color css

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

 a { background-color: rgb(236,204,82); }

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

border-color css

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

 span { border-color: rgb(236,204,82); }

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