Shades of Givry #EACEAF
Tints of Givry #EACEAF
RGB
CMYK
RGB Variations
Color information
#EACEAF (or 0xEACEAF) is known color: Givry. HEX triplet: EA, CE and AF. RGB value is (234,206,175). Sum of RGB (Red+Green+Blue) = 234+206+175=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACEAF is #153150. Grayscale: #D2D2D2. Windows color (decimal): -1388881 or 11521770. OLE color: 11521770.
HSL color Cylindrical-coordinate representation of color #EACEAF: hue angle of 31.53º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EACEAF is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 175 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.08 |
| HSL | 31.53º | 0.58% | 0.8% | - |
| HSV(B) | 31.53º | 0.25% | 0.92% | - |
| XYZ | 63.74 | 64.73 | 49.69 | - |
| YUV | 210.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 175 | 0 | 0.12 | 0.25 | 0.08 | 31.53 | 0.58 | 0.8 |
| Hex | EA | CE | AF | 0 | C | 19 | 8 | 20 | 3A | 50 |
| Octal | 352 | 316 | 257 | 0 | 14 | 31 | 10 | 40 | 72 | 120 |
| Binary | 11101010 | 11001110 | 10101111 | 0 | 1100 | 11001 | 1000 | 100000 | 111010 | 1010000 |
Color Harmonies of #EACEAF
Complementary color
Monochromatic Colors of #EACEAF
Black with #EACEAF
Text Example
Text Example
White with #EACEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEAF; }
p { color: rgb(234,206,175); }
H1.HeaderClassName
{
color: #EACEAF;
}
.AnyTagClassName
{
color: #EACEAF;
}
</style>
background-color css
<style>
a { background-color: #EACEAF; }
a { background-color: rgb(234,206,175); }
div.DivClassName
{
background-color: #EACEAF;
}
.BgClassName
{
background-color: #EACEAF;
}
</style>
border-color css
<style>
span { border-color: #EACEAF; }
span { border-color: rgb(234,206,175); }
td.TdClassName
{
border-color: #EACEAF;
}
.TagClassName
{
border-color: #EACEAF;
}
</style>