Html Css Color HEX #EDEAE5 Desert Storm

📋 copy color: '#EDEAE5'

red 237 ◦ green 234 ◦ blue 229

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

Shades of Desert Storm #EDEAE5

Tints of Desert Storm #EDEAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.71%

R = 33.86%
G = 33.43%
B = 32.71%

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

#EDEAE5 (or 0xEDEAE5) is known color: Desert Storm. HEX triplet: ED, EA and E5. RGB value is (237,234,229). Sum of RGB (Red+Green+Blue) = 237+234+229=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAE5 is #12151A. Grayscale: #EAEAEA. Windows color (decimal): -1185051 or 15067885. OLE color: 15067885.

HSL color Cylindrical-coordinate representation of color #EDEAE5: hue angle of 37.5º degrees, saturation: 0.18, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDEAE5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 229 -
CMYK 0 0.01 0.03 0.07
HSL 37.5º 0.18% 0.91% -
HSV(B) 37.5º 0.03% 0.93% -
XYZ 78.49 82.51 85.92 -
YUV 234.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 237 234 229 0 0.01 0.03 0.07 37.5 0.18 0.91
Hex ED EA E5 0 1 3 7 26 12 5B
Octal 355 352 345 0 1 3 7 46 22 133
Binary 11101101 11101010 11100101 0 1 11 111 100110 10010 1011011

Color Harmonies of #EDEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAE5

Black with #EDEAE5

Text Example


Text Example

White with #EDEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAE5; }

 p { color: rgb(237,234,229); }

 H1.HeaderClassName
 {
   color: #EDEAE5;
 }
 .AnyTagClassName
 {
   color: #EDEAE5;
 }
</style>

background-color css

<style>
 a { background-color: #EDEAE5; }

 a { background-color: rgb(237,234,229); }

 div.DivClassName
 {
   background-color: #EDEAE5;
 }
 .BgClassName
 {
   background-color: #EDEAE5;
 }
</style>

border-color css

<style>
 span { border-color: #EDEAE5; }

 span { border-color: rgb(237,234,229); }

 td.TdClassName
 {
   border-color: #EDEAE5;
 }
 .TagClassName
 {
   border-color: #EDEAE5;
 }
</style>