Html Css Color HEX #ECC540 Festival

📋 copy color: '#ECC540'

red 236 ◦ green 197 ◦ blue 64

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

Shades of Festival #ECC540

Tints of Festival #ECC540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.88%

R = 47.48%
G = 39.64%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECC540 (or 0xECC540) is known color: Festival. HEX triplet: EC, C5 and 40. RGB value is (236,197,64). Sum of RGB (Red+Green+Blue) = 236+197+64=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC540 is #133ABF. Grayscale: #C2C2C2. Windows color (decimal): -1260224 or 4244972. OLE color: 4244972.

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

Color convert

RGB 236 197 64 -
CMYK 0 0.17 0.73 0.07
HSL 46.4º 0.82% 0.59% -
HSV(B) 46.4º 0.73% 0.93% -
XYZ 55.48 58.14 13.15 -
YUV 193.5 54.92 158.31 -
System Red Green Blue C M Y K H S L
Decimal 236 197 64 0 0.17 0.73 0.07 46.4 0.82 0.59
Hex EC C5 40 0 11 49 7 2E 52 3B
Octal 354 305 100 0 21 111 7 56 122 73
Binary 11101100 11000101 1000000 0 10001 1001001 111 101110 1010010 111011

Color Harmonies of #ECC540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC540

Black with #ECC540

Text Example


Text Example

White with #ECC540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC540; }

 p { color: rgb(236,197,64); }

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

background-color css

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

 a { background-color: rgb(236,197,64); }

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

border-color css

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

 span { border-color: rgb(236,197,64); }

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