Html Css Color HEX #ECCC3C Festival

📋 copy color: '#ECCC3C'

red 236 ◦ green 204 ◦ blue 60

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

Shades of Festival #ECCC3C

Tints of Festival #ECCC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12%

R = 47.2%
G = 40.8%
B = 12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECCC3C (or 0xECCC3C) is known color: Festival. HEX triplet: EC, CC and 3C. RGB value is (236,204,60). Sum of RGB (Red+Green+Blue) = 236+204+60=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC3C is #1333C3. Grayscale: #C5C5C5. Windows color (decimal): -1258436 or 3984620. OLE color: 3984620.

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

Color convert

RGB 236 204 60 -
CMYK 0 0.14 0.75 0.07
HSL 49.09º 0.82% 0.58% -
HSV(B) 49.09º 0.75% 0.93% -
XYZ 57 61.34 13.11 -
YUV 197.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 236 204 60 0 0.14 0.75 0.07 49.09 0.82 0.58
Hex EC CC 3C 0 E 4B 7 31 52 3A
Octal 354 314 74 0 16 113 7 61 122 72
Binary 11101100 11001100 111100 0 1110 1001011 111 110001 1010010 111010

Color Harmonies of #ECCC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC3C

Black with #ECCC3C

Text Example


Text Example

White with #ECCC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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