#ECC83F

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

Shades of Festival #ECC83F

Tints of Festival #ECC83F

Color information

#ECC83F (or 0xECC83F) is unknown color: approx Festival. HEX triplet: EC, C8 and 3F. RGB value is (236,200,63). Sum of RGB (Red+Green+Blue) = 236+200+63=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC83F is #1337C0. Grayscale: #C3C3C3. Windows color (decimal): -1259457 or 4180204. OLE color: 4180204.

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

Color convert

RGB23620063-
CMYK00.150.730.07
HSL47.51º81.99%58.63%-
HSV(B)47.51º73.31%92.55%-
XYZ56.1459.513.23-
YUV195.1553.43157.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.29%
GREEN value IS 200 (78.52% from 255) = 40.08%
BLUE value IS 63 (25% from 255) = 12.63%
R=47.29%
G=40.08%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362006300.150.730.0747.5181.9958.63
HexECC83F0F49730523b
Octal3543107701711176012273
Binary11101100110010001111110111110010011111100001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC83F; }

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

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

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

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

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

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

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

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