#EDCD3F

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

Shades of Festival #EDCD3F

Tints of Festival #EDCD3F

Color information

#EDCD3F (or 0xEDCD3F) is unknown color: approx Festival. HEX triplet: ED, CD and 3F. RGB value is (237,205,63). Sum of RGB (Red+Green+Blue) = 237+205+63=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 63 (25% from 255 or 12.48% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD3F is #1232C0. Grayscale: #C6C6C6. Windows color (decimal): -1192641 or 4181485. OLE color: 4181485.

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

Color convert

RGB23720563-
CMYK00.140.730.07
HSL48.97º82.86%58.82%-
HSV(B)48.97º73.42%92.94%-
XYZ57.6562.0313.64-
YUV198.3851.6155.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.93%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 63 (25% from 255) = 12.48%
R=46.93%
G=40.59%
B=12.48%

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
Decimal2372056300.140.730.0748.9782.8658.82
HexEDCD3F0E49731533b
Octal3553157701611176112373
Binary11101101110011011111110111010010011111100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD3F; }

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

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

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

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

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

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

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

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