#EEC885

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

Shades of Marzipan #EEC885

Tints of Marzipan #EEC885

Color information

#EEC885 (or 0xEEC885) is unknown color: approx Marzipan. HEX triplet: EE, C8 and 85. RGB value is (238,200,133). Sum of RGB (Red+Green+Blue) = 238+200+133=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC885 is #11377A. Grayscale: #CCCCCC. Windows color (decimal): -1128315 or 8767726. OLE color: 8767726.

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

Color convert

RGB238200133-
CMYK00.160.440.07
HSL38.29º75.54%72.75%-
HSV(B)38.29º44.12%93.33%-
XYZ60.1561.1830.83-
YUV203.7288.09152.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 133 (52.34% from 255) = 23.29%
R=41.68%
G=35.03%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820013300.160.440.0738.2975.5472.75
HexEEC8850102C7264c49
Octal35631020502054746114111
Binary11101110110010001000010101000010110011110011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC885; }

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

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

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

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

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

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

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

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