#EBE6E0

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

Shades of Desert Storm #EBE6E0

Tints of Desert Storm #EBE6E0

Color information

#EBE6E0 (or 0xEBE6E0) is unknown color: approx Desert Storm. HEX triplet: EB, E6 and E0. RGB value is (235,230,224). Sum of RGB (Red+Green+Blue) = 235+230+224=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 224 (87.89% from 255 or 32.51% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6E0 is #14191F. Grayscale: #E6E6E6. Windows color (decimal): -1317152 or 14739179. OLE color: 14739179.

HSL color Cylindrical-coordinate representation of color #EBE6E0: hue angle of 32.73º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE6E0 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235230224-
CMYK00.020.050.08
HSL32.73º21.57%90%-
HSV(B)32.73º4.68%92.16%-
XYZ76.0179.6481.89-
YUV230.81124.16130.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 230 (90.23% from 255) = 33.38%
BLUE value IS 224 (87.89% from 255) = 32.51%
R=34.11%
G=33.38%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523022400.020.050.0832.7321.5790
HexEBE6E0025821165a
Octal353346340025104126132
Binary1110101111100110111000000101011000100001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6E0; }

 p { color: rgb(235,230,224); }

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

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

 a { background-color: rgb(235,230,224); }

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

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

 span { border-color: rgb(235,230,224); }

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