Html Css Color HEX #ECCC50 Festival

📋 copy color: '#ECCC50'

red 236 ◦ green 204 ◦ blue 80

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

Shades of Festival #ECCC50

Tints of Festival #ECCC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.38%

R = 45.38%
G = 39.23%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECCC50 (or 0xECCC50) is known color: Festival. HEX triplet: EC, CC and 50. RGB value is (236,204,80). Sum of RGB (Red+Green+Blue) = 236+204+80=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC50 is #1333AF. Grayscale: #C7C7C7. Windows color (decimal): -1258416 or 5295340. OLE color: 5295340.

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

Color convert

RGB 236 204 80 -
CMYK 0 0.14 0.66 0.07
HSL 47.69º 0.8% 0.62% -
HSV(B) 47.69º 0.66% 0.93% -
XYZ 57.63 61.6 16.44 -
YUV 199.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 236 204 80 0 0.14 0.66 0.07 47.69 0.8 0.62
Hex EC CC 50 0 E 42 7 30 50 3E
Octal 354 314 120 0 16 102 7 60 120 76
Binary 11101100 11001100 1010000 0 1110 1000010 111 110000 1010000 111110

Color Harmonies of #ECCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC50

Black with #ECCC50

Text Example


Text Example

White with #ECCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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