#EECA85

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

Shades of Marzipan #EECA85

Tints of Marzipan #EECA85

Color information

#EECA85 (or 0xEECA85) is unknown color: approx Marzipan. HEX triplet: EE, CA and 85. RGB value is (238,202,133). Sum of RGB (Red+Green+Blue) = 238+202+133=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECA85 is #11357A. Grayscale: #CDCDCD. Windows color (decimal): -1127803 or 8768238. OLE color: 8768238.

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

Color convert

RGB238202133-
CMYK00.150.440.07
HSL39.43º75.54%72.75%-
HSV(B)39.43º44.12%93.33%-
XYZ60.6162.1130.98-
YUV204.987.43151.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 133 (52.34% from 255) = 23.21%
R=41.54%
G=35.25%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820213300.150.440.0739.4375.5472.75
HexEECA850F2C7274c49
Octal35631220501754747114111
Binary1110111011001010100001010111110110011110011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECA85; }

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

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

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

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

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

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

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

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