Html Css Color HEX #ECC642 Festival

📋 copy color: '#ECC642'

red 236 ◦ green 198 ◦ blue 66

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

Shades of Festival #ECC642

Tints of Festival #ECC642

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.6%

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

R = 47.2%
G = 39.6%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECC642 (or 0xECC642) is known color: Festival. HEX triplet: EC, C6 and 42. RGB value is (236,198,66). Sum of RGB (Red+Green+Blue) = 236+198+66=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC642 is #1339BD. Grayscale: #C2C2C2. Windows color (decimal): -1259966 or 4376300. OLE color: 4376300.

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

Color convert

RGB 236 198 66 -
CMYK 0 0.16 0.72 0.07
HSL 46.59º 0.82% 0.59% -
HSV(B) 46.59º 0.72% 0.93% -
XYZ 55.77 58.61 13.53 -
YUV 194.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 236 198 66 0 0.16 0.72 0.07 46.59 0.82 0.59
Hex EC C6 42 0 10 48 7 2F 52 3B
Octal 354 306 102 0 20 110 7 57 122 73
Binary 11101100 11000110 1000010 0 10000 1001000 111 101111 1010010 111011

Color Harmonies of #ECC642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC642

Black with #ECC642

Text Example


Text Example

White with #ECC642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC642; }

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

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

background-color css

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

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

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

border-color css

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

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

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