#EDCA52

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

Shades of Festival #EDCA52

Tints of Festival #EDCA52

Color information

#EDCA52 (or 0xEDCA52) is unknown color: approx Festival. HEX triplet: ED, CA and 52. RGB value is (237,202,82). Sum of RGB (Red+Green+Blue) = 237+202+82=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA52 is #1235AD. Grayscale: #C7C7C7. Windows color (decimal): -1193390 or 5425901. OLE color: 5425901.

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

Color convert

RGB23720282-
CMYK00.150.650.07
HSL46.45º81.15%62.55%-
HSV(B)46.45º65.4%92.94%-
XYZ57.5760.8516.69-
YUV198.7962.1155.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 82 (32.42% from 255) = 15.74%
R=45.49%
G=38.77%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372028200.150.650.0746.4581.1562.55
HexEDCA520F4172e513f
Octal35531212201710175612177
Binary111011011100101010100100111110000011111011101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA52; }

 p { color: rgb(237,202,82); }

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

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

 a { background-color: rgb(237,202,82); }

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

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

 span { border-color: rgb(237,202,82); }

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