#EDCB52

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

Shades of Festival #EDCB52

Tints of Festival #EDCB52

Color information

#EDCB52 (or 0xEDCB52) is unknown color: approx Festival. HEX triplet: ED, CB and 52. RGB value is (237,203,82). Sum of RGB (Red+Green+Blue) = 237+203+82=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB52 is #1234AD. Grayscale: #C7C7C7. Windows color (decimal): -1193134 or 5426157. OLE color: 5426157.

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

Color convert

RGB23720382-
CMYK00.140.650.07
HSL46.84º81.15%62.55%-
HSV(B)46.84º65.4%92.94%-
XYZ57.861.3316.77-
YUV199.3761.76154.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.40%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 82 (32.42% from 255) = 15.71%
R=45.40%
G=38.89%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372038200.140.650.0746.8481.1562.55
HexEDCB520E4172f513f
Octal35531312201610175712177
Binary111011011100101110100100111010000011111011111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB52; }

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

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

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

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

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

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

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

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