#EEC282

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

Shades of Marzipan #EEC282

Tints of Marzipan #EEC282

Color information

#EEC282 (or 0xEEC282) is unknown color: approx Marzipan. HEX triplet: EE, C2 and 82. RGB value is (238,194,130). Sum of RGB (Red+Green+Blue) = 238+194+130=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC282 is #113D7D. Grayscale: #C8C8C8. Windows color (decimal): -1129854 or 8569582. OLE color: 8569582.

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

Color convert

RGB238194130-
CMYK00.180.450.07
HSL35.56º76.06%72.16%-
HSV(B)35.56º45.38%93.33%-
XYZ58.5858.3729.3-
YUV199.8688.58155.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 194 (76.17% from 255) = 34.52%
BLUE value IS 130 (51.17% from 255) = 23.13%
R=42.35%
G=34.52%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819413000.180.450.0735.5676.0672.16
HexEEC2820122D7244c48
Octal35630220202255744114110
Binary11101110110000101000001001001010110111110010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC282; }

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

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

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

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

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

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

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

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