Shades of Givry #EBCFAA
Tints of Givry #EBCFAA
RGB
CMYK
RGB Variations
Color information
#EBCFAA (or 0xEBCFAA) is known color: Givry. HEX triplet: EB, CF and AA. RGB value is (235,207,170). Sum of RGB (Red+Green+Blue) = 235+207+170=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCFAA is #143055. Grayscale: #D3D3D3. Windows color (decimal): -1323094 or 11194347. OLE color: 11194347.
HSL color Cylindrical-coordinate representation of color #EBCFAA: hue angle of 34.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBCFAA is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 207 | 170 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.08 |
| HSL | 34.15º | 0.62% | 0.79% | - |
| HSV(B) | 34.15º | 0.28% | 0.92% | - |
| XYZ | 63.83 | 65.19 | 47.25 | - |
| YUV | 211.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 207 | 170 | 0 | 0.12 | 0.28 | 0.08 | 34.15 | 0.62 | 0.79 |
| Hex | EB | CF | AA | 0 | C | 1C | 8 | 22 | 3E | 4F |
| Octal | 353 | 317 | 252 | 0 | 14 | 34 | 10 | 42 | 76 | 117 |
| Binary | 11101011 | 11001111 | 10101010 | 0 | 1100 | 11100 | 1000 | 100010 | 111110 | 1001111 |
Color Harmonies of #EBCFAA
Complementary color
Monochromatic Colors of #EBCFAA
Black with #EBCFAA
Text Example
Text Example
White with #EBCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCFAA; }
p { color: rgb(235,207,170); }
H1.HeaderClassName
{
color: #EBCFAA;
}
.AnyTagClassName
{
color: #EBCFAA;
}
</style>
background-color css
<style>
a { background-color: #EBCFAA; }
a { background-color: rgb(235,207,170); }
div.DivClassName
{
background-color: #EBCFAA;
}
.BgClassName
{
background-color: #EBCFAA;
}
</style>
border-color css
<style>
span { border-color: #EBCFAA; }
span { border-color: rgb(235,207,170); }
td.TdClassName
{
border-color: #EBCFAA;
}
.TagClassName
{
border-color: #EBCFAA;
}
</style>