#EEC785

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

Shades of Marzipan #EEC785

Tints of Marzipan #EEC785

Color information

#EEC785 (or 0xEEC785) is unknown color: approx Marzipan. HEX triplet: EE, C7 and 85. RGB value is (238,199,133). Sum of RGB (Red+Green+Blue) = 238+199+133=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC785 is #11387A. Grayscale: #CBCBCB. Windows color (decimal): -1128571 or 8767470. OLE color: 8767470.

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

Color convert

RGB238199133-
CMYK00.160.440.07
HSL37.71º75.54%72.75%-
HSV(B)37.71º44.12%93.33%-
XYZ59.9260.7230.75-
YUV203.1488.42152.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=41.75%
G=34.91%
B=23.33%

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
Decimal23819913300.160.440.0737.7175.5472.75
HexEEC7850102C7264c49
Octal35630720502054746114111
Binary11101110110001111000010101000010110011110011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC785; }

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

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

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

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

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

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

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

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