#EEC585

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

Shades of Marzipan #EEC585

Tints of Marzipan #EEC585

Color information

#EEC585 (or 0xEEC585) is unknown color: approx Marzipan. HEX triplet: EE, C5 and 85. RGB value is (238,197,133). Sum of RGB (Red+Green+Blue) = 238+197+133=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC585 is #113A7A. Grayscale: #CACACA. Windows color (decimal): -1129083 or 8766958. OLE color: 8766958.

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

Color convert

RGB238197133-
CMYK00.170.440.07
HSL36.57º75.54%72.75%-
HSV(B)36.57º44.12%93.33%-
XYZ59.4659.830.6-
YUV201.9689.08153.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.90%
GREEN value IS 197 (77.34% from 255) = 34.68%
BLUE value IS 133 (52.34% from 255) = 23.42%
R=41.90%
G=34.68%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819713300.170.440.0736.5775.5472.75
HexEEC5850112C7254c49
Octal35630520502154745114111
Binary11101110110001011000010101000110110011110010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC585; }

 p { color: rgb(238,197,133); }

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

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

 a { background-color: rgb(238,197,133); }

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

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

 span { border-color: rgb(238,197,133); }

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