#EDCB85

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

Shades of Marzipan #EDCB85

Tints of Marzipan #EDCB85

Color information

#EDCB85 (or 0xEDCB85) is unknown color: approx Marzipan. HEX triplet: ED, CB and 85. RGB value is (237,203,133). Sum of RGB (Red+Green+Blue) = 237+203+133=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCB85 is #12347A. Grayscale: #CDCDCD. Windows color (decimal): -1193083 or 8768493. OLE color: 8768493.

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

Color convert

RGB237203133-
CMYK00.140.440.07
HSL40.38º74.29%72.55%-
HSV(B)40.38º43.88%92.94%-
XYZ60.5162.4131.05-
YUV205.1987.26150.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 133 (52.34% from 255) = 23.21%
R=41.36%
G=35.43%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720313300.140.440.0740.3874.2972.55
HexEDCB850E2C7284a49
Octal35531320501654750112111
Binary1110110111001011100001010111010110011110100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB85; }

 p { color: rgb(237,203,133); }

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

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

 a { background-color: rgb(237,203,133); }

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

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

 span { border-color: rgb(237,203,133); }

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