#EEC98E

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

Shades of Marzipan #EEC98E

Tints of Marzipan #EEC98E

Color information

#EEC98E (or 0xEEC98E) is unknown color: approx Marzipan. HEX triplet: EE, C9 and 8E. RGB value is (238,201,142). Sum of RGB (Red+Green+Blue) = 238+201+142=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC98E is #113671. Grayscale: #CDCDCD. Windows color (decimal): -1128050 or 9357806. OLE color: 9357806.

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

Color convert

RGB238201142-
CMYK00.160.400.07
HSL36.88º73.85%74.51%-
HSV(B)36.88º40.34%93.33%-
XYZ61.0361.934.32-
YUV205.3492.26151.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 142 (55.86% from 255) = 24.44%
R=40.96%
G=34.60%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820114200.160.400.0736.8873.8574.51
HexEEC98E010287254a4b
Octal35631121602050745112113
Binary11101110110010011000111001000010100011110010110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC98E; }

 p { color: rgb(238,201,142); }

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

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

 a { background-color: rgb(238,201,142); }

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

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

 span { border-color: rgb(238,201,142); }

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