#EDCF44

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

Shades of Festival #EDCF44

Tints of Festival #EDCF44

Color information

#EDCF44 (or 0xEDCF44) is unknown color: approx Festival. HEX triplet: ED, CF and 44. RGB value is (237,207,68). Sum of RGB (Red+Green+Blue) = 237+207+68=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF44 is #1230BB. Grayscale: #C8C8C8. Windows color (decimal): -1192124 or 4509677. OLE color: 4509677.

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

Color convert

RGB23720768-
CMYK00.130.710.07
HSL49.35º82.44%59.8%-
HSV(B)49.35º71.31%92.94%-
XYZ58.2863.0514.57-
YUV200.1253.44154.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 68 (26.95% from 255) = 13.28%
R=46.29%
G=40.43%
B=13.28%

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
Decimal2372076800.130.710.0749.3582.4459.8
HexEDCF440D47731523c
Octal35531710401510776112274
Binary111011011100111110001000110110001111111100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF44; }

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

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

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

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

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

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

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

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