#ecca55

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

Shades of Festival #ECCA55

Tints of Festival #ECCA55

Color information

#ECCA55 (or 0xECCA55) is unknown color: approx Festival. HEX triplet: EC, CA and 55. RGB value is (236,202,85). Sum of RGB (Red+Green+Blue) = 236+202+85=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCA55 is #1335AA. Grayscale: #C7C7C7. Windows color (decimal): -1258923 or 5622508. OLE color: 5622508.

HSL color Cylindrical-coordinate representation of color #ECCA55: hue angle of 46.49º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECCA55 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23620285-
CMYK00.140.640.07
HSL46.49º79.89%62.94%-
HSV(B)46.49º63.98%92.55%-
XYZ57.3560.7317.29-
YUV198.8363.76154.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.12%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 85 (33.59% from 255) = 16.25%
R=45.12%
G=38.62%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362028500.140.640.0746.4979.8962.94
HexECCA550E4072e503f
Octal35431212501610075612077
Binary111011001100101010101010111010000001111011101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecca55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecca55; }

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

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

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

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

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

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

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

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