Shades of Givry #EBCDAA
Tints of Givry #EBCDAA
RGB
CMYK
RGB Variations
Color information
#EBCDAA (or 0xEBCDAA) is known color: Givry. HEX triplet: EB, CD and AA. RGB value is (235,205,170). Sum of RGB (Red+Green+Blue) = 235+205+170=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDAA is #143255. Grayscale: #D2D2D2. Windows color (decimal): -1323606 or 11193835. OLE color: 11193835.
HSL color Cylindrical-coordinate representation of color #EBCDAA: hue angle of 32.31º 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 #EBCDAA is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 170 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.08 |
| HSL | 32.31º | 0.62% | 0.79% | - |
| HSV(B) | 32.31º | 0.28% | 0.92% | - |
| XYZ | 63.35 | 64.23 | 47.09 | - |
| YUV | 209.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 170 | 0 | 0.13 | 0.28 | 0.08 | 32.31 | 0.62 | 0.79 |
| Hex | EB | CD | AA | 0 | D | 1C | 8 | 20 | 3E | 4F |
| Octal | 353 | 315 | 252 | 0 | 15 | 34 | 10 | 40 | 76 | 117 |
| Binary | 11101011 | 11001101 | 10101010 | 0 | 1101 | 11100 | 1000 | 100000 | 111110 | 1001111 |
Color Harmonies of #EBCDAA
Complementary color
Monochromatic Colors of #EBCDAA
Black with #EBCDAA
Text Example
Text Example
White with #EBCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDAA; }
p { color: rgb(235,205,170); }
H1.HeaderClassName
{
color: #EBCDAA;
}
.AnyTagClassName
{
color: #EBCDAA;
}
</style>
background-color css
<style>
a { background-color: #EBCDAA; }
a { background-color: rgb(235,205,170); }
div.DivClassName
{
background-color: #EBCDAA;
}
.BgClassName
{
background-color: #EBCDAA;
}
</style>
border-color css
<style>
span { border-color: #EBCDAA; }
span { border-color: rgb(235,205,170); }
td.TdClassName
{
border-color: #EBCDAA;
}
.TagClassName
{
border-color: #EBCDAA;
}
</style>