#EEC98D

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

Shades of Marzipan #EEC98D

Tints of Marzipan #EEC98D

Color information

#EEC98D (or 0xEEC98D) is unknown color: approx Marzipan. HEX triplet: EE, C9 and 8D. RGB value is (238,201,141). Sum of RGB (Red+Green+Blue) = 238+201+141=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC98D is #113672. Grayscale: #CDCDCD. Windows color (decimal): -1128051 or 9292270. OLE color: 9292270.

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

Color convert

RGB238201141-
CMYK00.160.410.07
HSL37.11º74.05%74.31%-
HSV(B)37.11º40.76%93.33%-
XYZ60.9561.8733.93-
YUV205.2291.76151.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.03%
GREEN value IS 201 (78.91% from 255) = 34.66%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=41.03%
G=34.66%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820114100.160.410.0737.1174.0574.31
HexEEC98D010297254a4a
Octal35631121502051745112112
Binary11101110110010011000110101000010100111110010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC98D; }

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

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

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

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

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

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

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

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