Html Css Color HEX #ECC640 Festival

📋 copy color: '#ECC640'

red 236 ◦ green 198 ◦ blue 64

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

Shades of Festival #ECC640

Tints of Festival #ECC640

RGB

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

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

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

R = 47.39%
G = 39.76%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECC640 (or 0xECC640) is known color: Festival. HEX triplet: EC, C6 and 40. RGB value is (236,198,64). Sum of RGB (Red+Green+Blue) = 236+198+64=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC640 is #1339BF. Grayscale: #C2C2C2. Windows color (decimal): -1259968 or 4245228. OLE color: 4245228.

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

Color convert

RGB 236 198 64 -
CMYK 0 0.16 0.73 0.07
HSL 46.74º 0.82% 0.59% -
HSV(B) 46.74º 0.73% 0.93% -
XYZ 55.71 58.59 13.22 -
YUV 194.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 236 198 64 0 0.16 0.73 0.07 46.74 0.82 0.59
Hex EC C6 40 0 10 49 7 2F 52 3B
Octal 354 306 100 0 20 111 7 57 122 73
Binary 11101100 11000110 1000000 0 10000 1001001 111 101111 1010010 111011

Color Harmonies of #ECC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC640

Black with #ECC640

Text Example


Text Example

White with #ECC640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC640; }

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

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

background-color css

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

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

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

border-color css

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

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

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