Shades of Equator #DEAE5E
Tints of Equator #DEAE5E
RGB
CMYK
RGB Variations
Color information
#DEAE5E (or 0xDEAE5E) is known color: Equator. HEX triplet: DE, AE and 5E. RGB value is (222,174,94). Sum of RGB (Red+Green+Blue) = 222+174+94=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAE5E is #2151A1. Grayscale: #B3B3B3. Windows color (decimal): -2183586 or 6205150. OLE color: 6205150.
HSL color Cylindrical-coordinate representation of color #DEAE5E: hue angle of 37.5º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEAE5E is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 94 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.13 |
| HSL | 37.5º | 0.66% | 0.62% | - |
| HSV(B) | 37.5º | 0.58% | 0.87% | - |
| XYZ | 47.28 | 46.61 | 17.09 | - |
| YUV | 179.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 94 | 0 | 0.22 | 0.58 | 0.13 | 37.5 | 0.66 | 0.62 |
| Hex | DE | AE | 5E | 0 | 16 | 3A | D | 26 | 42 | 3E |
| Octal | 336 | 256 | 136 | 0 | 26 | 72 | 15 | 46 | 102 | 76 |
| Binary | 11011110 | 10101110 | 1011110 | 0 | 10110 | 111010 | 1101 | 100110 | 1000010 | 111110 |
Color Harmonies of #DEAE5E
Complementary color
Monochromatic Colors of #DEAE5E
Black with #DEAE5E
Text Example
Text Example
White with #DEAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAE5E; }
p { color: rgb(222,174,94); }
H1.HeaderClassName
{
color: #DEAE5E;
}
.AnyTagClassName
{
color: #DEAE5E;
}
</style>
background-color css
<style>
a { background-color: #DEAE5E; }
a { background-color: rgb(222,174,94); }
div.DivClassName
{
background-color: #DEAE5E;
}
.BgClassName
{
background-color: #DEAE5E;
}
</style>
border-color css
<style>
span { border-color: #DEAE5E; }
span { border-color: rgb(222,174,94); }
td.TdClassName
{
border-color: #DEAE5E;
}
.TagClassName
{
border-color: #DEAE5E;
}
</style>