Shades of Marzipan #E6CB83
Tints of Marzipan #E6CB83
RGB
CMYK
RGB Variations
Color information
#E6CB83 (or 0xE6CB83) is known color: Marzipan. HEX triplet: E6, CB and 83. RGB value is (230,203,131). Sum of RGB (Red+Green+Blue) = 230+203+131=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CB83 is #19347C. Grayscale: #CBCBCB. Windows color (decimal): -1651837 or 8637414. OLE color: 8637414.
HSL color Cylindrical-coordinate representation of color #E6CB83: hue angle of 43.64º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6CB83 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 131 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.10 |
| HSL | 43.64º | 0.66% | 0.71% | - |
| HSV(B) | 43.64º | 0.43% | 0.9% | - |
| XYZ | 58.09 | 61.17 | 30.22 | - |
| YUV | 202.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 131 | 0 | 0.12 | 0.43 | 0.10 | 43.64 | 0.66 | 0.71 |
| Hex | E6 | CB | 83 | 0 | C | 2B | A | 2C | 42 | 47 |
| Octal | 346 | 313 | 203 | 0 | 14 | 53 | 12 | 54 | 102 | 107 |
| Binary | 11100110 | 11001011 | 10000011 | 0 | 1100 | 101011 | 1010 | 101100 | 1000010 | 1000111 |
Color Harmonies of #E6CB83
Complementary color
Monochromatic Colors of #E6CB83
Black with #E6CB83
Text Example
Text Example
White with #E6CB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB83; }
p { color: rgb(230,203,131); }
H1.HeaderClassName
{
color: #E6CB83;
}
.AnyTagClassName
{
color: #E6CB83;
}
</style>
background-color css
<style>
a { background-color: #E6CB83; }
a { background-color: rgb(230,203,131); }
div.DivClassName
{
background-color: #E6CB83;
}
.BgClassName
{
background-color: #E6CB83;
}
</style>
border-color css
<style>
span { border-color: #E6CB83; }
span { border-color: rgb(230,203,131); }
td.TdClassName
{
border-color: #E6CB83;
}
.TagClassName
{
border-color: #E6CB83;
}
</style>