Shades of Hampton #EAD99D
Tints of Hampton #EAD99D
RGB
CMYK
RGB Variations
Color information
#EAD99D (or 0xEAD99D) is known color: Hampton. HEX triplet: EA, D9 and 9D. RGB value is (234,217,157). Sum of RGB (Red+Green+Blue) = 234+217+157=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD99D is #152662. Grayscale: #D7D7D7. Windows color (decimal): -1386083 or 10344938. OLE color: 10344938.
HSL color Cylindrical-coordinate representation of color #EAD99D: hue angle of 46.75º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAD99D is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 217 | 157 | - |
CMYK | 0 | 0.07 | 0.33 | 0.08 |
HSL | 46.75º | 0.65% | 0.77% | - |
HSV(B) | 46.75º | 0.33% | 0.92% | - |
XYZ | 64.83 | 69.55 | 41.91 | - |
YUV | 215.24 | 95.13 | 141.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 217 | 157 | 0 | 0.07 | 0.33 | 0.08 | 46.75 | 0.65 | 0.77 |
Hex | EA | D9 | 9D | 0 | 7 | 21 | 8 | 2F | 41 | 4D |
Octal | 352 | 331 | 235 | 0 | 7 | 41 | 10 | 57 | 101 | 115 |
Binary | 11101010 | 11011001 | 10011101 | 0 | 111 | 100001 | 1000 | 101111 | 1000001 | 1001101 |
Color Harmonies of #EAD99D
Complementary color
Monochromatic Colors of #EAD99D
Black with #EAD99D
Text Example
Text Example
White with #EAD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD99D; }
p { color: rgb(234,217,157); }
H1.HeaderClassName
{
color: #EAD99D;
}
.AnyTagClassName
{
color: #EAD99D;
}
</style>
background-color css
<style>
a { background-color: #EAD99D; }
a { background-color: rgb(234,217,157); }
div.DivClassName
{
background-color: #EAD99D;
}
.BgClassName
{
background-color: #EAD99D;
}
</style>
border-color css
<style>
span { border-color: #EAD99D; }
span { border-color: rgb(234,217,157); }
td.TdClassName
{
border-color: #EAD99D;
}
.TagClassName
{
border-color: #EAD99D;
}
</style>