Html Css Color HEX #ECC440 Festival

📋 copy color: '#ECC440'

red 236 ◦ green 196 ◦ blue 64

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

Shades of Festival #ECC440

Tints of Festival #ECC440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.52%

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

R = 47.58%
G = 39.52%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECC440 (or 0xECC440) is known color: Festival. HEX triplet: EC, C4 and 40. RGB value is (236,196,64). Sum of RGB (Red+Green+Blue) = 236+196+64=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC440 is #133BBF. Grayscale: #C1C1C1. Windows color (decimal): -1260480 or 4244716. OLE color: 4244716.

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

Color convert

RGB 236 196 64 -
CMYK 0 0.17 0.73 0.07
HSL 46.05º 0.82% 0.59% -
HSV(B) 46.05º 0.73% 0.93% -
XYZ 55.26 57.68 13.07 -
YUV 192.91 55.25 158.73 -
System Red Green Blue C M Y K H S L
Decimal 236 196 64 0 0.17 0.73 0.07 46.05 0.82 0.59
Hex EC C4 40 0 11 49 7 2E 52 3B
Octal 354 304 100 0 21 111 7 56 122 73
Binary 11101100 11000100 1000000 0 10001 1001001 111 101110 1010010 111011

Color Harmonies of #ECC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC440

Black with #ECC440

Text Example


Text Example

White with #ECC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC440; }

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

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

background-color css

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

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

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

border-color css

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

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

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