Html Css Color HEX #ECC140 Festival

📋 copy color: '#ECC140'

red 236 ◦ green 193 ◦ blue 64

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

Shades of Festival #ECC140

Tints of Festival #ECC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

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

R = 47.87%
G = 39.15%
B = 12.98%

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

#ECC140 (or 0xECC140) is known color: Festival. HEX triplet: EC, C1 and 40. RGB value is (236,193,64). Sum of RGB (Red+Green+Blue) = 236+193+64=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC140 is #133EBF. Grayscale: #BFBFBF. Windows color (decimal): -1261248 or 4243948. OLE color: 4243948.

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

Color convert

RGB 236 193 64 -
CMYK 0 0.18 0.73 0.07
HSL 45º 0.82% 0.59% -
HSV(B) 45º 0.73% 0.93% -
XYZ 54.59 56.34 12.85 -
YUV 191.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 236 193 64 0 0.18 0.73 0.07 45 0.82 0.59
Hex EC C1 40 0 12 49 7 2D 52 3B
Octal 354 301 100 0 22 111 7 55 122 73
Binary 11101100 11000001 1000000 0 10010 1001001 111 101101 1010010 111011

Color Harmonies of #ECC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC140

Black with #ECC140

Text Example


Text Example

White with #ECC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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