#EEC78D

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

Shades of Marzipan #EEC78D

Tints of Marzipan #EEC78D

Color information

#EEC78D (or 0xEEC78D) is unknown color: approx Marzipan. HEX triplet: EE, C7 and 8D. RGB value is (238,199,141). Sum of RGB (Red+Green+Blue) = 238+199+141=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC78D is #113872. Grayscale: #CCCCCC. Windows color (decimal): -1128563 or 9291758. OLE color: 9291758.

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

Color convert

RGB238199141-
CMYK00.160.410.07
HSL35.88º74.05%74.31%-
HSV(B)35.88º40.76%93.33%-
XYZ60.4960.9533.78-
YUV204.0592.42152.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.18%
GREEN value IS 199 (78.12% from 255) = 34.43%
BLUE value IS 141 (55.47% from 255) = 24.39%
R=41.18%
G=34.43%
B=24.39%

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
Decimal23819914100.160.410.0735.8874.0574.31
HexEEC78D010297244a4a
Octal35630721502051744112112
Binary11101110110001111000110101000010100111110010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC78D; }

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

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

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

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

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

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

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

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