Html Css Color HEX #ECC842 Festival

📋 copy color: '#ECC842'

red 236 ◦ green 200 ◦ blue 66

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

Shades of Festival #ECC842

Tints of Festival #ECC842

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.84%

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

R = 47.01%
G = 39.84%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECC842 (or 0xECC842) is known color: Festival. HEX triplet: EC, C8 and 42. RGB value is (236,200,66). Sum of RGB (Red+Green+Blue) = 236+200+66=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC842 is #1337BD. Grayscale: #C4C4C4. Windows color (decimal): -1259454 or 4376812. OLE color: 4376812.

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

Color convert

RGB 236 200 66 -
CMYK 0 0.15 0.72 0.07
HSL 47.29º 0.82% 0.59% -
HSV(B) 47.29º 0.72% 0.93% -
XYZ 56.23 59.53 13.68 -
YUV 195.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 236 200 66 0 0.15 0.72 0.07 47.29 0.82 0.59
Hex EC C8 42 0 F 48 7 2F 52 3B
Octal 354 310 102 0 17 110 7 57 122 73
Binary 11101100 11001000 1000010 0 1111 1001000 111 101111 1010010 111011

Color Harmonies of #ECC842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC842

Black with #ECC842

Text Example


Text Example

White with #ECC842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC842; }

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

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

background-color css

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

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

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

border-color css

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

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

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