#EDCE44

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

Shades of Festival #EDCE44

Tints of Festival #EDCE44

Color information

#EDCE44 (or 0xEDCE44) is unknown color: approx Festival. HEX triplet: ED, CE and 44. RGB value is (237,206,68). Sum of RGB (Red+Green+Blue) = 237+206+68=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 68 (26.95% from 255 or 13.31% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE44 is #1231BB. Grayscale: #C8C8C8. Windows color (decimal): -1192380 or 4509421. OLE color: 4509421.

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

Color convert

RGB23720668-
CMYK00.130.710.07
HSL48.99º82.44%59.8%-
HSV(B)48.99º71.31%92.94%-
XYZ58.0462.5614.49-
YUV199.5453.77154.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 68 (26.95% from 255) = 13.31%
R=46.38%
G=40.31%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372066800.130.710.0748.9982.4459.8
HexEDCE440D47731523c
Octal35531610401510776112274
Binary111011011100111010001000110110001111111100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE44; }

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

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

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

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

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

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

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

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