#EDC37F

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

Shades of Marzipan #EDC37F

Tints of Marzipan #EDC37F

Color information

#EDC37F (or 0xEDC37F) is unknown color: approx Marzipan. HEX triplet: ED, C3 and 7F. RGB value is (237,195,127). Sum of RGB (Red+Green+Blue) = 237+195+127=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC37F is #123C80. Grayscale: #C8C8C8. Windows color (decimal): -1195137 or 8373229. OLE color: 8373229.

HSL color Cylindrical-coordinate representation of color #EDC37F: hue angle of 37.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDC37F is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237195127-
CMYK00.180.460.07
HSL37.09º75.34%71.37%-
HSV(B)37.09º46.41%92.94%-
XYZ58.2758.5728.31-
YUV199.8186.91154.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 195 (76.56% from 255) = 34.88%
BLUE value IS 127 (50% from 255) = 22.72%
R=42.40%
G=34.88%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719512700.180.460.0737.0975.3471.37
HexEDC37F0122E7254b47
Octal35530317702256745113107
Binary1110110111000011111111101001010111011110010110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC37F; }

 p { color: rgb(237,195,127); }

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

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

 a { background-color: rgb(237,195,127); }

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

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

 span { border-color: rgb(237,195,127); }

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