#EEC480

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

Shades of Marzipan #EEC480

Tints of Marzipan #EEC480

Color information

#EEC480 (or 0xEEC480) is unknown color: approx Marzipan. HEX triplet: EE, C4 and 80. RGB value is (238,196,128). Sum of RGB (Red+Green+Blue) = 238+196+128=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC480 is #113B7F. Grayscale: #C9C9C9. Windows color (decimal): -1129344 or 8439022. OLE color: 8439022.

HSL color Cylindrical-coordinate representation of color #EEC480: hue angle of 37.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEC480 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238196128-
CMYK00.180.460.07
HSL37.09º76.39%71.76%-
HSV(B)37.09º46.22%93.33%-
XYZ58.959.2228.75-
YUV200.8186.91154.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 128 (50.39% from 255) = 22.78%
R=42.35%
G=34.88%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819612800.180.460.0737.0976.3971.76
HexEEC4800122E7254c48
Octal35630420002256745114110
Binary11101110110001001000000001001010111011110010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC480; }

 p { color: rgb(238,196,128); }

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

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

 a { background-color: rgb(238,196,128); }

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

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

 span { border-color: rgb(238,196,128); }

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