Html Css Color HEX #EDEAE7 Desert Storm

📋 copy color: '#EDEAE7'

red 237 ◦ green 234 ◦ blue 231

#EDEAE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Storm #EDEAE7

Tints of Desert Storm #EDEAE7

RGB

 RED value IS 237 (92.97% from 255) = 33.76%

 GREEN value IS 234 (91.8% from 255) = 33.33%

 BLUE value IS 231 (90.63% from 255) = 32.91%

R = 33.76%
G = 33.33%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

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

Triadic Colors

Analogous colors

Split complements colors

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>