#EEC78A

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

Shades of Marzipan #EEC78A

Tints of Marzipan #EEC78A

Color information

#EEC78A (or 0xEEC78A) is unknown color: approx Marzipan. HEX triplet: EE, C7 and 8A. RGB value is (238,199,138). Sum of RGB (Red+Green+Blue) = 238+199+138=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC78A is #113875. Grayscale: #CBCBCB. Windows color (decimal): -1128566 or 9095150. OLE color: 9095150.

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

Color convert

RGB238199138-
CMYK00.160.420.07
HSL36.6º74.63%73.73%-
HSV(B)36.6º42.02%93.33%-
XYZ60.2760.8632.62-
YUV203.7190.92152.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.39%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 138 (54.30% from 255) = 24%
R=41.39%
G=34.61%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819913800.160.420.0736.674.6373.73
HexEEC78A0102A7254b4a
Octal35630721202052745113112
Binary11101110110001111000101001000010101011110010110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC78A; }

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

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

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

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

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

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

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

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