#EDCC3F

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

Shades of Festival #EDCC3F

Tints of Festival #EDCC3F

Color information

#EDCC3F (or 0xEDCC3F) is unknown color: approx Festival. HEX triplet: ED, CC and 3F. RGB value is (237,204,63). Sum of RGB (Red+Green+Blue) = 237+204+63=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC3F is #1233C0. Grayscale: #C6C6C6. Windows color (decimal): -1192897 or 4181229. OLE color: 4181229.

HSL color Cylindrical-coordinate representation of color #EDCC3F: hue angle of 48.62º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDCC3F is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23720463-
CMYK00.140.730.07
HSL48.62º82.86%58.82%-
HSV(B)48.62º73.42%92.94%-
XYZ57.4261.5513.56-
YUV197.7951.93155.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 63 (25% from 255) = 12.5%
R=47.02%
G=40.48%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372046300.140.730.0748.6282.8658.82
HexEDCC3F0E49731533b
Octal3553147701611176112373
Binary11101101110011001111110111010010011111100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC3F; }

 p { color: rgb(237,204,63); }

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

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

 a { background-color: rgb(237,204,63); }

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

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

 span { border-color: rgb(237,204,63); }

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