#edc944

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

Shades of Festival #EDC944

Tints of Festival #EDC944

Color information

#EDC944 (or 0xEDC944) is unknown color: approx Festival. HEX triplet: ED, C9 and 44. RGB value is (237,201,68). Sum of RGB (Red+Green+Blue) = 237+201+68=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC944 is #1236BB. Grayscale: #C5C5C5. Windows color (decimal): -1193660 or 4508141. OLE color: 4508141.

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

Color convert

RGB23720168-
CMYK00.150.710.07
HSL47.22º82.44%59.8%-
HSV(B)47.22º71.31%92.94%-
XYZ56.8660.214.09-
YUV196.655.43156.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 201 (78.91% from 255) = 39.72%
BLUE value IS 68 (26.95% from 255) = 13.44%
R=46.84%
G=39.72%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372016800.150.710.0747.2282.4459.8
HexEDC9440F4772f523c
Octal35531110401710775712274
Binary111011011100100110001000111110001111111011111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edc944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edc944; }

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

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

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

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

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

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

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

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