#EDC888

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

Shades of Marzipan #EDC888

Tints of Marzipan #EDC888

Color information

#EDC888 (or 0xEDC888) is unknown color: approx Marzipan. HEX triplet: ED, C8 and 88. RGB value is (237,200,136). Sum of RGB (Red+Green+Blue) = 237+200+136=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC888 is #123777. Grayscale: #CCCCCC. Windows color (decimal): -1193848 or 8964333. OLE color: 8964333.

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

Color convert

RGB237200136-
CMYK00.160.430.07
HSL38.02º73.72%73.14%-
HSV(B)38.02º42.62%92.94%-
XYZ60.0261.0931.92-
YUV203.7789.76151.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 136 (53.52% from 255) = 23.73%
R=41.36%
G=34.90%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720013600.160.430.0738.0273.7273.14
HexEDC8880102B7264a49
Octal35531021002053746112111
Binary11101101110010001000100001000010101111110011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC888; }

 p { color: rgb(237,200,136); }

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

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

 a { background-color: rgb(237,200,136); }

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

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

 span { border-color: rgb(237,200,136); }

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