#EDC57F

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

Shades of Marzipan #EDC57F

Tints of Marzipan #EDC57F

Color information

#EDC57F (or 0xEDC57F) is unknown color: approx Marzipan. HEX triplet: ED, C5 and 7F. RGB value is (237,197,127). Sum of RGB (Red+Green+Blue) = 237+197+127=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC57F is #123A80. Grayscale: #C9C9C9. Windows color (decimal): -1194625 or 8373741. OLE color: 8373741.

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

Color convert

RGB237197127-
CMYK00.170.460.07
HSL38.18º75.34%71.37%-
HSV(B)38.18º46.41%92.94%-
XYZ58.7259.4728.46-
YUV200.9886.25153.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 197 (77.34% from 255) = 35.12%
BLUE value IS 127 (50% from 255) = 22.64%
R=42.25%
G=35.12%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719712700.170.460.0738.1875.3471.37
HexEDC57F0112E7264b47
Octal35530517702156746113107
Binary1110110111000101111111101000110111011110011010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC57F; }

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

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

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

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

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

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

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

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