Shades of Marzipan #EAD28A
Tints of Marzipan #EAD28A
RGB
CMYK
RGB Variations
Color information
#EAD28A (or 0xEAD28A) is known color: Marzipan. HEX triplet: EA, D2 and 8A. RGB value is (234,210,138). Sum of RGB (Red+Green+Blue) = 234+210+138=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD28A is #152D75. Grayscale: #D1D1D1. Windows color (decimal): -1387894 or 9097962. OLE color: 9097962.
HSL color Cylindrical-coordinate representation of color #EAD28A: hue angle of 45º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAD28A is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 138 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.08 |
| HSL | 45º | 0.7% | 0.73% | - |
| HSV(B) | 45º | 0.41% | 0.92% | - |
| XYZ | 61.57 | 65.42 | 33.43 | - |
| YUV | 208.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 138 | 0 | 0.10 | 0.41 | 0.08 | 45 | 0.7 | 0.73 |
| Hex | EA | D2 | 8A | 0 | A | 29 | 8 | 2D | 46 | 49 |
| Octal | 352 | 322 | 212 | 0 | 12 | 51 | 10 | 55 | 106 | 111 |
| Binary | 11101010 | 11010010 | 10001010 | 0 | 1010 | 101001 | 1000 | 101101 | 1000110 | 1001001 |
Color Harmonies of #EAD28A
Complementary color
Monochromatic Colors of #EAD28A
Black with #EAD28A
Text Example
Text Example
White with #EAD28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD28A; }
p { color: rgb(234,210,138); }
H1.HeaderClassName
{
color: #EAD28A;
}
.AnyTagClassName
{
color: #EAD28A;
}
</style>
background-color css
<style>
a { background-color: #EAD28A; }
a { background-color: rgb(234,210,138); }
div.DivClassName
{
background-color: #EAD28A;
}
.BgClassName
{
background-color: #EAD28A;
}
</style>
border-color css
<style>
span { border-color: #EAD28A; }
span { border-color: rgb(234,210,138); }
td.TdClassName
{
border-color: #EAD28A;
}
.TagClassName
{
border-color: #EAD28A;
}
</style>