Shades of Desert Storm #EDEAE7
Tints of Desert Storm #EDEAE7
RGB
CMYK
RGB Variations
Color information
#EDEAE7 (or 0xEDEAE7) is known color: Desert Storm. HEX triplet: ED, EA and E7. RGB value is (237,234,231). Sum of RGB (Red+Green+Blue) = 237+234+231=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAE7 is #121518. Grayscale: #EAEAEA. Windows color (decimal): -1185049 or 15198957. OLE color: 15198957.
HSL color Cylindrical-coordinate representation of color #EDEAE7: hue angle of 30º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDEAE7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 234 | 231 | - |
CMYK | 0 | 0.01 | 0.03 | 0.07 |
HSL | 30º | 0.14% | 0.92% | - |
HSV(B) | 30º | 0.03% | 0.93% | - |
XYZ | 78.77 | 82.62 | 87.4 | - |
YUV | 234.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 234 | 231 | 0 | 0.01 | 0.03 | 0.07 | 30 | 0.14 | 0.92 |
Hex | ED | EA | E7 | 0 | 1 | 3 | 7 | 1E | E | 5C |
Octal | 355 | 352 | 347 | 0 | 1 | 3 | 7 | 36 | 16 | 134 |
Binary | 11101101 | 11101010 | 11100111 | 0 | 1 | 11 | 111 | 11110 | 1110 | 1011100 |
Color Harmonies of #EDEAE7
Complementary color
Monochromatic Colors of #EDEAE7
Black with #EDEAE7
Text Example
Text Example
White with #EDEAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAE7; }
p { color: rgb(237,234,231); }
H1.HeaderClassName
{
color: #EDEAE7;
}
.AnyTagClassName
{
color: #EDEAE7;
}
</style>
background-color css
<style>
a { background-color: #EDEAE7; }
a { background-color: rgb(237,234,231); }
div.DivClassName
{
background-color: #EDEAE7;
}
.BgClassName
{
background-color: #EDEAE7;
}
</style>
border-color css
<style>
span { border-color: #EDEAE7; }
span { border-color: rgb(237,234,231); }
td.TdClassName
{
border-color: #EDEAE7;
}
.TagClassName
{
border-color: #EDEAE7;
}
</style>