Shades of Givry #E6CFAD
Tints of Givry #E6CFAD
RGB
CMYK
RGB Variations
Color information
#E6CFAD (or 0xE6CFAD) is known color: Givry. HEX triplet: E6, CF and AD. RGB value is (230,207,173). Sum of RGB (Red+Green+Blue) = 230+207+173=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CFAD is #193052. Grayscale: #D2D2D2. Windows color (decimal): -1650771 or 11390950. OLE color: 11390950.
HSL color Cylindrical-coordinate representation of color #E6CFAD: hue angle of 35.79º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6CFAD is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 173 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.10 |
| HSL | 35.79º | 0.53% | 0.79% | - |
| HSV(B) | 35.79º | 0.25% | 0.9% | - |
| XYZ | 62.49 | 64.47 | 48.68 | - |
| YUV | 210 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 173 | 0 | 0.10 | 0.25 | 0.10 | 35.79 | 0.53 | 0.79 |
| Hex | E6 | CF | AD | 0 | A | 19 | A | 24 | 35 | 4F |
| Octal | 346 | 317 | 255 | 0 | 12 | 31 | 12 | 44 | 65 | 117 |
| Binary | 11100110 | 11001111 | 10101101 | 0 | 1010 | 11001 | 1010 | 100100 | 110101 | 1001111 |
Color Harmonies of #E6CFAD
Complementary color
Monochromatic Colors of #E6CFAD
Black with #E6CFAD
Text Example
Text Example
White with #E6CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFAD; }
p { color: rgb(230,207,173); }
H1.HeaderClassName
{
color: #E6CFAD;
}
.AnyTagClassName
{
color: #E6CFAD;
}
</style>
background-color css
<style>
a { background-color: #E6CFAD; }
a { background-color: rgb(230,207,173); }
div.DivClassName
{
background-color: #E6CFAD;
}
.BgClassName
{
background-color: #E6CFAD;
}
</style>
border-color css
<style>
span { border-color: #E6CFAD; }
span { border-color: rgb(230,207,173); }
td.TdClassName
{
border-color: #E6CFAD;
}
.TagClassName
{
border-color: #E6CFAD;
}
</style>