#EEC775

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

Shades of Marzipan #EEC775

Tints of Marzipan #EEC775

Color information

#EEC775 (or 0xEEC775) is unknown color: approx Marzipan. HEX triplet: EE, C7 and 75. RGB value is (238,199,117). Sum of RGB (Red+Green+Blue) = 238+199+117=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC775 is #11388A. Grayscale: #C9C9C9. Windows color (decimal): -1128587 or 7718894. OLE color: 7718894.

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

Color convert

RGB238199117-
CMYK00.160.510.07
HSL40.66º78.06%69.61%-
HSV(B)40.66º50.84%93.33%-
XYZ58.8960.3125.37-
YUV201.3180.42154.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 199 (78.12% from 255) = 35.92%
BLUE value IS 117 (46.09% from 255) = 21.12%
R=42.96%
G=35.92%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819911700.160.510.0740.6678.0669.61
HexEEC775010337294e46
Octal35630716502063751116106
Binary1110111011000111111010101000011001111110100110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC775; }

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

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

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

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

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

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

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

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