#EEC685

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

Shades of Marzipan #EEC685

Tints of Marzipan #EEC685

Color information

#EEC685 (or 0xEEC685) is unknown color: approx Marzipan. HEX triplet: EE, C6 and 85. RGB value is (238,198,133). Sum of RGB (Red+Green+Blue) = 238+198+133=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC685 is #11397A. Grayscale: #CACACA. Windows color (decimal): -1128827 or 8767214. OLE color: 8767214.

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

Color convert

RGB238198133-
CMYK00.170.440.07
HSL37.14º75.54%72.75%-
HSV(B)37.14º44.12%93.33%-
XYZ59.6960.2630.68-
YUV202.5588.75153.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 198 (77.73% from 255) = 34.80%
BLUE value IS 133 (52.34% from 255) = 23.37%
R=41.83%
G=34.80%
B=23.37%

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
Decimal23819813300.170.440.0737.1475.5472.75
HexEEC6850112C7254c49
Octal35630620502154745114111
Binary11101110110001101000010101000110110011110010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC685; }

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

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

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

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

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

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

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

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