Html Css Color HEX #ECCA40 Festival

📋 copy color: '#ECCA40'

red 236 ◦ green 202 ◦ blue 64

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

Shades of Festival #ECCA40

Tints of Festival #ECCA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.24%

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

R = 47.01%
G = 40.24%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECCA40 (or 0xECCA40) is known color: Festival. HEX triplet: EC, CA and 40. RGB value is (236,202,64). Sum of RGB (Red+Green+Blue) = 236+202+64=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCA40 is #1335BF. Grayscale: #C5C5C5. Windows color (decimal): -1258944 or 4246252. OLE color: 4246252.

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

Color convert

RGB 236 202 64 -
CMYK 0 0.14 0.73 0.07
HSL 48.14º 0.82% 0.59% -
HSV(B) 48.14º 0.73% 0.93% -
XYZ 56.64 60.44 13.53 -
YUV 196.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 236 202 64 0 0.14 0.73 0.07 48.14 0.82 0.59
Hex EC CA 40 0 E 49 7 30 52 3B
Octal 354 312 100 0 16 111 7 60 122 73
Binary 11101100 11001010 1000000 0 1110 1001001 111 110000 1010010 111011

Color Harmonies of #ECCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA40

Black with #ECCA40

Text Example


Text Example

White with #ECCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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