#EEC675

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

Shades of Marzipan #EEC675

Tints of Marzipan #EEC675

Color information

#EEC675 (or 0xEEC675) is unknown color: approx Marzipan. HEX triplet: EE, C6 and 75. RGB value is (238,198,117). Sum of RGB (Red+Green+Blue) = 238+198+117=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC675 is #11398A. Grayscale: #C9C9C9. Windows color (decimal): -1128843 or 7718638. OLE color: 7718638.

HSL color Cylindrical-coordinate representation of color #EEC675: hue angle of 40.17º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEC675 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB238198117-
CMYK00.170.510.07
HSL40.17º78.06%69.61%-
HSV(B)40.17º50.84%93.33%-
XYZ58.6659.8525.29-
YUV200.7380.75154.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.04%
GREEN value IS 198 (77.73% from 255) = 35.80%
BLUE value IS 117 (46.09% from 255) = 21.16%
R=43.04%
G=35.80%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819811700.170.510.0740.1778.0669.61
HexEEC675011337284e46
Octal35630616502163750116106
Binary1110111011000110111010101000111001111110100010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC675; }

 p { color: rgb(238,198,117); }

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

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

 a { background-color: rgb(238,198,117); }

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

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

 span { border-color: rgb(238,198,117); }

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