#EBE8E5

Color #EBE8E5 Desert Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Storm #EBE8E5

Tints of Desert Storm #EBE8E5

Color information

#EBE8E5 (or 0xEBE8E5) is unknown color: approx Desert Storm. HEX triplet: EB, E8 and E5. RGB value is (235,232,229). Sum of RGB (Red+Green+Blue) = 235+232+229=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 232 (91.02% from 255 or 33.33% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8E5 is #14171A. Grayscale: #E8E8E8. Windows color (decimal): -1316635 or 15067371. OLE color: 15067371.

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

Color convert

RGB235232229-
CMYK00.010.030.08
HSL30º13.04%90.98%-
HSV(B)30º2.55%92.16%-
XYZ77.2681.0385.7-
YUV232.56125.99129.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 232 (91.02% from 255) = 33.33%
BLUE value IS 229 (89.84% from 255) = 32.90%
R=33.76%
G=33.33%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523222900.010.030.083013.0490.98
HexEBE8E501381ed5b
Octal353350345013103615133
Binary111010111110100011100101011110001111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8E5; }

 p { color: rgb(235,232,229); }

 H1.HeaderClassName
 {
   color: #EBE8E5;
 }
 .AnyTagClassName
 {
   color: #EBE8E5;
 }
</style>
background-color css

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

 a { background-color: rgb(235,232,229); }

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

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

 span { border-color: rgb(235,232,229); }

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