#EEC982

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

Shades of Marzipan #EEC982

Tints of Marzipan #EEC982

Color information

#EEC982 (or 0xEEC982) is unknown color: approx Marzipan. HEX triplet: EE, C9 and 82. RGB value is (238,201,130). Sum of RGB (Red+Green+Blue) = 238+201+130=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC982 is #11367D. Grayscale: #CCCCCC. Windows color (decimal): -1128062 or 8571374. OLE color: 8571374.

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

Color convert

RGB238201130-
CMYK00.160.450.07
HSL39.44º76.06%72.16%-
HSV(B)39.44º45.38%93.33%-
XYZ60.1861.5629.83-
YUV203.9786.26152.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 130 (51.17% from 255) = 22.85%
R=41.83%
G=35.33%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820113000.160.450.0739.4476.0672.16
HexEEC9820102D7274c48
Octal35631120202055747114110
Binary11101110110010011000001001000010110111110011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC982; }

 p { color: rgb(238,201,130); }

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

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

 a { background-color: rgb(238,201,130); }

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

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

 span { border-color: rgb(238,201,130); }

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