Shades of Givry #EACFAE
Tints of Givry #EACFAE
RGB
CMYK
RGB Variations
Color information
#EACFAE (or 0xEACFAE) is known color: Givry. HEX triplet: EA, CF and AE. RGB value is (234,207,174). Sum of RGB (Red+Green+Blue) = 234+207+174=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACFAE is #153051. Grayscale: #D3D3D3. Windows color (decimal): -1388626 or 11456490. OLE color: 11456490.
HSL color Cylindrical-coordinate representation of color #EACFAE: hue angle of 33º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EACFAE is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 174 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.08 |
| HSL | 33º | 0.59% | 0.8% | - |
| HSV(B) | 33º | 0.26% | 0.92% | - |
| XYZ | 63.88 | 65.17 | 49.26 | - |
| YUV | 211.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 174 | 0 | 0.12 | 0.26 | 0.08 | 33 | 0.59 | 0.8 |
| Hex | EA | CF | AE | 0 | C | 1A | 8 | 21 | 3B | 50 |
| Octal | 352 | 317 | 256 | 0 | 14 | 32 | 10 | 41 | 73 | 120 |
| Binary | 11101010 | 11001111 | 10101110 | 0 | 1100 | 11010 | 1000 | 100001 | 111011 | 1010000 |
Color Harmonies of #EACFAE
Complementary color
Monochromatic Colors of #EACFAE
Black with #EACFAE
Text Example
Text Example
White with #EACFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFAE; }
p { color: rgb(234,207,174); }
H1.HeaderClassName
{
color: #EACFAE;
}
.AnyTagClassName
{
color: #EACFAE;
}
</style>
background-color css
<style>
a { background-color: #EACFAE; }
a { background-color: rgb(234,207,174); }
div.DivClassName
{
background-color: #EACFAE;
}
.BgClassName
{
background-color: #EACFAE;
}
</style>
border-color css
<style>
span { border-color: #EACFAE; }
span { border-color: rgb(234,207,174); }
td.TdClassName
{
border-color: #EACFAE;
}
.TagClassName
{
border-color: #EACFAE;
}
</style>