Shades of Givry #EBD2AE
Tints of Givry #EBD2AE
RGB
CMYK
RGB Variations
Color information
#EBD2AE (or 0xEBD2AE) is known color: Givry. HEX triplet: EB, D2 and AE. RGB value is (235,210,174). Sum of RGB (Red+Green+Blue) = 235+210+174=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2AE is #142D51. Grayscale: #D5D5D5. Windows color (decimal): -1322322 or 11457259. OLE color: 11457259.
HSL color Cylindrical-coordinate representation of color #EBD2AE: hue angle of 35.41º degrees, saturation: 0.6, 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 #EBD2AE is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 174 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.08 |
| HSL | 35.41º | 0.6% | 0.8% | - |
| HSV(B) | 35.41º | 0.26% | 0.92% | - |
| XYZ | 64.95 | 66.81 | 49.52 | - |
| YUV | 213.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 174 | 0 | 0.11 | 0.26 | 0.08 | 35.41 | 0.6 | 0.8 |
| Hex | EB | D2 | AE | 0 | B | 1A | 8 | 23 | 3C | 50 |
| Octal | 353 | 322 | 256 | 0 | 13 | 32 | 10 | 43 | 74 | 120 |
| Binary | 11101011 | 11010010 | 10101110 | 0 | 1011 | 11010 | 1000 | 100011 | 111100 | 1010000 |
Color Harmonies of #EBD2AE
Complementary color
Monochromatic Colors of #EBD2AE
Black with #EBD2AE
Text Example
Text Example
White with #EBD2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2AE; }
p { color: rgb(235,210,174); }
H1.HeaderClassName
{
color: #EBD2AE;
}
.AnyTagClassName
{
color: #EBD2AE;
}
</style>
background-color css
<style>
a { background-color: #EBD2AE; }
a { background-color: rgb(235,210,174); }
div.DivClassName
{
background-color: #EBD2AE;
}
.BgClassName
{
background-color: #EBD2AE;
}
</style>
border-color css
<style>
span { border-color: #EBD2AE; }
span { border-color: rgb(235,210,174); }
td.TdClassName
{
border-color: #EBD2AE;
}
.TagClassName
{
border-color: #EBD2AE;
}
</style>