#EEC782

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

Shades of Marzipan #EEC782

Tints of Marzipan #EEC782

Color information

#EEC782 (or 0xEEC782) is unknown color: approx Marzipan. HEX triplet: EE, C7 and 82. RGB value is (238,199,130). Sum of RGB (Red+Green+Blue) = 238+199+130=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC782 is #11387D. Grayscale: #CBCBCB. Windows color (decimal): -1128574 or 8570862. OLE color: 8570862.

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

Color convert

RGB238199130-
CMYK00.160.450.07
HSL38.33º76.06%72.16%-
HSV(B)38.33º45.38%93.33%-
XYZ59.7160.6429.68-
YUV202.7986.92153.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 199 (78.12% from 255) = 35.10%
BLUE value IS 130 (51.17% from 255) = 22.93%
R=41.98%
G=35.10%
B=22.93%

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
Decimal23819913000.160.450.0738.3376.0672.16
HexEEC7820102D7264c48
Octal35630720202055746114110
Binary11101110110001111000001001000010110111110011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC782; }

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

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

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

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

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

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

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

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