Shades of Givry #EAD2AD
Tints of Givry #EAD2AD
RGB
CMYK
RGB Variations
Color information
#EAD2AD (or 0xEAD2AD) is known color: Givry. HEX triplet: EA, D2 and AD. RGB value is (234,210,173). Sum of RGB (Red+Green+Blue) = 234+210+173=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD2AD is #152D52. Grayscale: #D5D5D5. Windows color (decimal): -1387859 or 11391722. OLE color: 11391722.
HSL color Cylindrical-coordinate representation of color #EAD2AD: hue angle of 36.39º 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 #EAD2AD is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 173 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.08 |
| HSL | 36.39º | 0.59% | 0.8% | - |
| HSV(B) | 36.39º | 0.26% | 0.92% | - |
| XYZ | 64.52 | 66.6 | 48.99 | - |
| YUV | 212.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 173 | 0 | 0.10 | 0.26 | 0.08 | 36.39 | 0.59 | 0.8 |
| Hex | EA | D2 | AD | 0 | A | 1A | 8 | 24 | 3B | 50 |
| Octal | 352 | 322 | 255 | 0 | 12 | 32 | 10 | 44 | 73 | 120 |
| Binary | 11101010 | 11010010 | 10101101 | 0 | 1010 | 11010 | 1000 | 100100 | 111011 | 1010000 |
Color Harmonies of #EAD2AD
Complementary color
Monochromatic Colors of #EAD2AD
Black with #EAD2AD
Text Example
Text Example
White with #EAD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2AD; }
p { color: rgb(234,210,173); }
H1.HeaderClassName
{
color: #EAD2AD;
}
.AnyTagClassName
{
color: #EAD2AD;
}
</style>
background-color css
<style>
a { background-color: #EAD2AD; }
a { background-color: rgb(234,210,173); }
div.DivClassName
{
background-color: #EAD2AD;
}
.BgClassName
{
background-color: #EAD2AD;
}
</style>
border-color css
<style>
span { border-color: #EAD2AD; }
span { border-color: rgb(234,210,173); }
td.TdClassName
{
border-color: #EAD2AD;
}
.TagClassName
{
border-color: #EAD2AD;
}
</style>