Shades of Givry #E6CEB0
Tints of Givry #E6CEB0
RGB
CMYK
RGB Variations
Color information
#E6CEB0 (or 0xE6CEB0) is known color: Givry. HEX triplet: E6, CE and B0. RGB value is (230,206,176). Sum of RGB (Red+Green+Blue) = 230+206+176=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CEB0 is #19314F. Grayscale: #D1D1D1. Windows color (decimal): -1651024 or 11587302. OLE color: 11587302.
HSL color Cylindrical-coordinate representation of color #E6CEB0: hue angle of 33.33º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6CEB0 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 176 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.10 |
| HSL | 33.33º | 0.52% | 0.8% | - |
| HSV(B) | 33.33º | 0.23% | 0.9% | - |
| XYZ | 62.54 | 64.1 | 50.15 | - |
| YUV | 209.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 176 | 0 | 0.10 | 0.23 | 0.10 | 33.33 | 0.52 | 0.8 |
| Hex | E6 | CE | B0 | 0 | A | 17 | A | 21 | 34 | 50 |
| Octal | 346 | 316 | 260 | 0 | 12 | 27 | 12 | 41 | 64 | 120 |
| Binary | 11100110 | 11001110 | 10110000 | 0 | 1010 | 10111 | 1010 | 100001 | 110100 | 1010000 |
Color Harmonies of #E6CEB0
Complementary color
Monochromatic Colors of #E6CEB0
Black with #E6CEB0
Text Example
Text Example
White with #E6CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEB0; }
p { color: rgb(230,206,176); }
H1.HeaderClassName
{
color: #E6CEB0;
}
.AnyTagClassName
{
color: #E6CEB0;
}
</style>
background-color css
<style>
a { background-color: #E6CEB0; }
a { background-color: rgb(230,206,176); }
div.DivClassName
{
background-color: #E6CEB0;
}
.BgClassName
{
background-color: #E6CEB0;
}
</style>
border-color css
<style>
span { border-color: #E6CEB0; }
span { border-color: rgb(230,206,176); }
td.TdClassName
{
border-color: #E6CEB0;
}
.TagClassName
{
border-color: #E6CEB0;
}
</style>