Html Css Color HEX #ECC242 Festival

📋 copy color: '#ECC242'

red 236 ◦ green 194 ◦ blue 66

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

Shades of Festival #ECC242

Tints of Festival #ECC242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.31%

R = 47.58%
G = 39.11%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECC242 (or 0xECC242) is known color: Festival. HEX triplet: EC, C2 and 42. RGB value is (236,194,66). Sum of RGB (Red+Green+Blue) = 236+194+66=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC242 is #133DBD. Grayscale: #C0C0C0. Windows color (decimal): -1260990 or 4375276. OLE color: 4375276.

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

Color convert

RGB 236 194 66 -
CMYK 0 0.18 0.72 0.07
HSL 45.18º 0.82% 0.59% -
HSV(B) 45.18º 0.72% 0.93% -
XYZ 54.87 56.81 13.23 -
YUV 191.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 236 194 66 0 0.18 0.72 0.07 45.18 0.82 0.59
Hex EC C2 42 0 12 48 7 2D 52 3B
Octal 354 302 102 0 22 110 7 55 122 73
Binary 11101100 11000010 1000010 0 10010 1001000 111 101101 1010010 111011

Color Harmonies of #ECC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC242

Black with #ECC242

Text Example


Text Example

White with #ECC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC242; }

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

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

background-color css

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

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

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

border-color css

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

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

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