#EDCC45

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

Shades of Festival #EDCC45

Tints of Festival #EDCC45

Color information

#EDCC45 (or 0xEDCC45) is unknown color: approx Festival. HEX triplet: ED, CC and 45. RGB value is (237,204,69). Sum of RGB (Red+Green+Blue) = 237+204+69=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 69 (27.34% from 255 or 13.53% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC45 is #1233BA. Grayscale: #C7C7C7. Windows color (decimal): -1192891 or 4574445. OLE color: 4574445.

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

Color convert

RGB23720469-
CMYK00.140.710.07
HSL48.21º82.35%60%-
HSV(B)48.21º70.89%92.94%-
XYZ57.5961.6214.49-
YUV198.4854.93155.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.47%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 69 (27.34% from 255) = 13.53%
R=46.47%
G=40%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372046900.140.710.0748.2182.3560
HexEDCC450E47730523c
Octal35531410501610776012274
Binary111011011100110010001010111010001111111100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC45; }

 p { color: rgb(237,204,69); }

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

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

 a { background-color: rgb(237,204,69); }

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

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

 span { border-color: rgb(237,204,69); }

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