Shades of Givry #E3CBAD
Tints of Givry #E3CBAD
RGB
CMYK
RGB Variations
Color information
#E3CBAD (or 0xE3CBAD) is known color: Givry. HEX triplet: E3, CB and AD. RGB value is (227,203,173). Sum of RGB (Red+Green+Blue) = 227+203+173=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CBAD is #1C3452. Grayscale: #CECECE. Windows color (decimal): -1848403 or 11389923. OLE color: 11389923.
HSL color Cylindrical-coordinate representation of color #E3CBAD: hue angle of 33.33º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3CBAD is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 173 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.11 |
| HSL | 33.33º | 0.49% | 0.78% | - |
| HSV(B) | 33.33º | 0.24% | 0.89% | - |
| XYZ | 60.58 | 62.06 | 48.32 | - |
| YUV | 206.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 173 | 0 | 0.11 | 0.24 | 0.11 | 33.33 | 0.49 | 0.78 |
| Hex | E3 | CB | AD | 0 | B | 18 | B | 21 | 31 | 4E |
| Octal | 343 | 313 | 255 | 0 | 13 | 30 | 13 | 41 | 61 | 116 |
| Binary | 11100011 | 11001011 | 10101101 | 0 | 1011 | 11000 | 1011 | 100001 | 110001 | 1001110 |
Color Harmonies of #E3CBAD
Complementary color
Monochromatic Colors of #E3CBAD
Black with #E3CBAD
Text Example
Text Example
White with #E3CBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBAD; }
p { color: rgb(227,203,173); }
H1.HeaderClassName
{
color: #E3CBAD;
}
.AnyTagClassName
{
color: #E3CBAD;
}
</style>
background-color css
<style>
a { background-color: #E3CBAD; }
a { background-color: rgb(227,203,173); }
div.DivClassName
{
background-color: #E3CBAD;
}
.BgClassName
{
background-color: #E3CBAD;
}
</style>
border-color css
<style>
span { border-color: #E3CBAD; }
span { border-color: rgb(227,203,173); }
td.TdClassName
{
border-color: #E3CBAD;
}
.TagClassName
{
border-color: #E3CBAD;
}
</style>