#EAD181

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

Shades of Marzipan #EAD181

Tints of Marzipan #EAD181

Color information

#EAD181 (or 0xEAD181) is unknown color: approx Marzipan. HEX triplet: EA, D1 and 81. RGB value is (234,209,129). Sum of RGB (Red+Green+Blue) = 234+209+129=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 129 (50.78% from 255 or 22.55% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD181 is #152E7E. Grayscale: #CFCFCF. Windows color (decimal): -1388159 or 8507882. OLE color: 8507882.

HSL color Cylindrical-coordinate representation of color #EAD181: hue angle of 45.71º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAD181 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234209129-
CMYK00.110.450.08
HSL45.71º71.43%71.18%-
HSV(B)45.71º44.87%91.76%-
XYZ60.6964.6830.05-
YUV207.3683.78147-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 209 (82.03% from 255) = 36.54%
BLUE value IS 129 (50.78% from 255) = 22.55%
R=40.91%
G=36.54%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420912900.110.450.0845.7171.4371.18
HexEAD1810B2D82e4747
Octal352321201013551056107107
Binary11101010110100011000000101011101101100010111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD181; }

 p { color: rgb(234,209,129); }

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

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

 a { background-color: rgb(234,209,129); }

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

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

 span { border-color: rgb(234,209,129); }

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