#EDC545

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

Shades of Festival #EDC545

Tints of Festival #EDC545

Color information

#EDC545 (or 0xEDC545) is unknown color: approx Festival. HEX triplet: ED, C5 and 45. RGB value is (237,197,69). Sum of RGB (Red+Green+Blue) = 237+197+69=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC545 is #123ABA. Grayscale: #C2C2C2. Windows color (decimal): -1194683 or 4572653. OLE color: 4572653.

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

Color convert

RGB23719769-
CMYK00.170.710.07
HSL45.71º82.35%60%-
HSV(B)45.71º70.89%92.94%-
XYZ55.9758.3713.95-
YUV194.3757.25158.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 69 (27.34% from 255) = 13.72%
R=47.12%
G=39.17%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371976900.170.710.0745.7182.3560
HexEDC5450114772e523c
Octal35530510502110775612274
Binary1110110111000101100010101000110001111111011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC545; }

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

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

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

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

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

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

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

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