#EDC244

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

Shades of Festival #EDC244

Tints of Festival #EDC244

Color information

#EDC244 (or 0xEDC244) is unknown color: approx Festival. HEX triplet: ED, C2 and 44. RGB value is (237,194,68). Sum of RGB (Red+Green+Blue) = 237+194+68=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC244 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC244 is #123DBB. Grayscale: #C1C1C1. Windows color (decimal): -1195452 or 4506349. OLE color: 4506349.

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

Color convert

RGB23719468-
CMYK00.180.710.07
HSL44.73º82.44%59.8%-
HSV(B)44.73º71.31%92.94%-
XYZ55.2657.0113.56-
YUV192.4957.75159.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 68 (26.95% from 255) = 13.63%
R=47.49%
G=38.88%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371946800.180.710.0744.7382.4459.8
HexEDC2440124772d523c
Octal35530210402210775512274
Binary1110110111000010100010001001010001111111011011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC244; }

 p { color: rgb(237,194,68); }

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

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

 a { background-color: rgb(237,194,68); }

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

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

 span { border-color: rgb(237,194,68); }

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