#EEC380

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

Shades of Marzipan #EEC380

Tints of Marzipan #EEC380

Color information

#EEC380 (or 0xEEC380) is unknown color: approx Marzipan. HEX triplet: EE, C3 and 80. RGB value is (238,195,128). Sum of RGB (Red+Green+Blue) = 238+195+128=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC380 is #113C7F. Grayscale: #C8C8C8. Windows color (decimal): -1129600 or 8438766. OLE color: 8438766.

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

Color convert

RGB238195128-
CMYK00.180.460.07
HSL36.55º76.39%71.76%-
HSV(B)36.55º46.22%93.33%-
XYZ58.6758.7728.67-
YUV200.2287.25154.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.42%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 128 (50.39% from 255) = 22.82%
R=42.42%
G=34.76%
B=22.82%

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
Decimal23819512800.180.460.0736.5576.3971.76
HexEEC3800122E7254c48
Octal35630320002256745114110
Binary11101110110000111000000001001010111011110010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC380; }

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

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

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

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

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

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

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

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