Shades of Givry #EAD5AC
Tints of Givry #EAD5AC
RGB
CMYK
RGB Variations
Color information
#EAD5AC (or 0xEAD5AC) is known color: Givry. HEX triplet: EA, D5 and AC. RGB value is (234,213,172). Sum of RGB (Red+Green+Blue) = 234+213+172=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD5AC is #152A53. Grayscale: #D6D6D6. Windows color (decimal): -1387092 or 11326954. OLE color: 11326954.
HSL color Cylindrical-coordinate representation of color #EAD5AC: hue angle of 39.68º 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 #EAD5AC is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 213 | 172 | - |
CMYK | 0 | 0.09 | 0.26 | 0.08 |
HSL | 39.68º | 0.6% | 0.8% | - |
HSV(B) | 39.68º | 0.26% | 0.92% | - |
XYZ | 65.17 | 68.06 | 48.73 | - |
YUV | 214.61 | 103.96 | 141.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 213 | 172 | 0 | 0.09 | 0.26 | 0.08 | 39.68 | 0.6 | 0.8 |
Hex | EA | D5 | AC | 0 | 9 | 1A | 8 | 28 | 3C | 50 |
Octal | 352 | 325 | 254 | 0 | 11 | 32 | 10 | 50 | 74 | 120 |
Binary | 11101010 | 11010101 | 10101100 | 0 | 1001 | 11010 | 1000 | 101000 | 111100 | 1010000 |
Color Harmonies of #EAD5AC
Complementary color
Monochromatic Colors of #EAD5AC
Black with #EAD5AC
Text Example
Text Example
White with #EAD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD5AC; }
p { color: rgb(234,213,172); }
H1.HeaderClassName
{
color: #EAD5AC;
}
.AnyTagClassName
{
color: #EAD5AC;
}
</style>
background-color css
<style>
a { background-color: #EAD5AC; }
a { background-color: rgb(234,213,172); }
div.DivClassName
{
background-color: #EAD5AC;
}
.BgClassName
{
background-color: #EAD5AC;
}
</style>
border-color css
<style>
span { border-color: #EAD5AC; }
span { border-color: rgb(234,213,172); }
td.TdClassName
{
border-color: #EAD5AC;
}
.TagClassName
{
border-color: #EAD5AC;
}
</style>