#ECC749

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

Shades of Festival #ECC749

Tints of Festival #ECC749

Color information

#ECC749 (or 0xECC749) is unknown color: approx Festival. HEX triplet: EC, C7 and 49. RGB value is (236,199,73). Sum of RGB (Red+Green+Blue) = 236+199+73=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC749 is #1338B6. Grayscale: #C4C4C4. Windows color (decimal): -1259703 or 4835308. OLE color: 4835308.

HSL color Cylindrical-coordinate representation of color #ECC749: hue angle of 46.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECC749 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23619973-
CMYK00.160.690.07
HSL46.38º81.09%60.59%-
HSV(B)46.38º69.07%92.55%-
XYZ56.2259.1614.76-
YUV195.758.76156.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.46%
GREEN value IS 199 (78.12% from 255) = 39.17%
BLUE value IS 73 (28.91% from 255) = 14.37%
R=46.46%
G=39.17%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361997300.160.690.0746.3881.0960.59
HexECC7490104572e513d
Octal35430711102010575612175
Binary1110110011000111100100101000010001011111011101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC749; }

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

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

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

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

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

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

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

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