Html Css Color HEX #ECC240 Festival

📋 copy color: '#ECC240'

red 236 ◦ green 194 ◦ blue 64

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

Shades of Festival #ECC240

Tints of Festival #ECC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.27%

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

R = 47.77%
G = 39.27%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECC240 (or 0xECC240) is known color: Festival. HEX triplet: EC, C2 and 40. RGB value is (236,194,64). Sum of RGB (Red+Green+Blue) = 236+194+64=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC240 is #133DBF. Grayscale: #C0C0C0. Windows color (decimal): -1260992 or 4244204. OLE color: 4244204.

HSL color Cylindrical-coordinate representation of color #ECC240: hue angle of 45.35º 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 #ECC240 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 64 -
CMYK 0 0.18 0.73 0.07
HSL 45.35º 0.82% 0.59% -
HSV(B) 45.35º 0.73% 0.93% -
XYZ 54.81 56.79 12.92 -
YUV 191.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 236 194 64 0 0.18 0.73 0.07 45.35 0.82 0.59
Hex EC C2 40 0 12 49 7 2D 52 3B
Octal 354 302 100 0 22 111 7 55 122 73
Binary 11101100 11000010 1000000 0 10010 1001001 111 101101 1010010 111011

Color Harmonies of #ECC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC240

Black with #ECC240

Text Example


Text Example

White with #ECC240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC240; }

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

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

background-color css

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

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

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

border-color css

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

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

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