#EEC275

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

Shades of Marzipan #EEC275

Tints of Marzipan #EEC275

Color information

#EEC275 (or 0xEEC275) is unknown color: approx Marzipan. HEX triplet: EE, C2 and 75. RGB value is (238,194,117). Sum of RGB (Red+Green+Blue) = 238+194+117=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC275 is #113D8A. Grayscale: #C6C6C6. Windows color (decimal): -1129867 or 7717614. OLE color: 7717614.

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

Color convert

RGB238194117-
CMYK00.180.510.07
HSL38.18º78.06%69.61%-
HSV(B)38.18º50.84%93.33%-
XYZ57.7658.0524.99-
YUV198.3882.08156.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 117 (46.09% from 255) = 21.31%
R=43.35%
G=35.34%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819411700.180.510.0738.1878.0669.61
HexEEC275012337264e46
Octal35630216502263746116106
Binary1110111011000010111010101001011001111110011010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC275; }

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

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

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

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

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

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

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

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