#ECC73F

Color #ECC73F Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #ECC73F

Tints of Festival #ECC73F

Color information

#ECC73F (or 0xECC73F) is unknown color: approx Festival. HEX triplet: EC, C7 and 3F. RGB value is (236,199,63). Sum of RGB (Red+Green+Blue) = 236+199+63=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC73F is #1338C0. Grayscale: #C3C3C3. Windows color (decimal): -1259713 or 4179948. OLE color: 4179948.

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

Color convert

RGB23619963-
CMYK00.160.730.07
HSL47.17º81.99%58.63%-
HSV(B)47.17º73.31%92.55%-
XYZ55.9159.0413.15-
YUV194.5653.76157.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.39%
GREEN value IS 199 (78.12% from 255) = 39.96%
BLUE value IS 63 (25% from 255) = 12.65%
R=47.39%
G=39.96%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361996300.160.730.0747.1781.9958.63
HexECC73F0104972f523b
Octal3543077702011175712273
Binary111011001100011111111101000010010011111011111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC73F; }

 p { color: rgb(236,199,63); }

 H1.HeaderClassName
 {
   color: #ECC73F;
 }
 .AnyTagClassName
 {
   color: #ECC73F;
 }
</style>
background-color css

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

 a { background-color: rgb(236,199,63); }

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

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

 span { border-color: rgb(236,199,63); }

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