#ECC53E

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

Shades of Festival #ECC53E

Tints of Festival #ECC53E

Color information

#ECC53E (or 0xECC53E) is unknown color: approx Festival. HEX triplet: EC, C5 and 3E. RGB value is (236,197,62). Sum of RGB (Red+Green+Blue) = 236+197+62=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 62 (24.61% from 255 or 12.53% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC53E is #133AC1. Grayscale: #C1C1C1. Windows color (decimal): -1260226 or 4113900. OLE color: 4113900.

HSL color Cylindrical-coordinate representation of color #ECC53E: hue angle of 46.55º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECC53E is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23619762-
CMYK00.170.740.07
HSL46.55º82.08%58.43%-
HSV(B)46.55º73.73%92.55%-
XYZ55.4358.1112.85-
YUV193.2753.92158.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.68%
GREEN value IS 197 (77.34% from 255) = 39.80%
BLUE value IS 62 (24.61% from 255) = 12.53%
R=47.68%
G=39.80%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361976200.170.740.0746.5582.0858.43
HexECC53E0114A72f523a
Octal3543057602111275712272
Binary111011001100010111111001000110010101111011111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC53E; }

 p { color: rgb(236,197,62); }

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

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

 a { background-color: rgb(236,197,62); }

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

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

 span { border-color: rgb(236,197,62); }

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