#EBE8E4

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

Shades of Desert Storm #EBE8E4

Tints of Desert Storm #EBE8E4

Color information

#EBE8E4 (or 0xEBE8E4) is unknown color: approx Desert Storm. HEX triplet: EB, E8 and E4. RGB value is (235,232,228). Sum of RGB (Red+Green+Blue) = 235+232+228=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 228 (89.45% from 255 or 32.81% from 695); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8E4 is #14171B. Grayscale: #E8E8E8. Windows color (decimal): -1316636 or 15001835. OLE color: 15001835.

HSL color Cylindrical-coordinate representation of color #EBE8E4: hue angle of 34.29º degrees, saturation: 0.15, 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 #EBE8E4 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235232228-
CMYK00.010.030.08
HSL34.29º14.89%90.78%-
HSV(B)34.29º2.98%92.16%-
XYZ77.1280.9884.96-
YUV232.44125.49129.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 232 (91.02% from 255) = 33.38%
BLUE value IS 228 (89.45% from 255) = 32.81%
R=33.81%
G=33.38%
B=32.81%

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
Decimal23523222800.010.030.0834.2914.8990.78
HexEBE8E4013822f5b
Octal353350344013104217133
Binary1110101111101000111001000111100010001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8E4; }

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

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

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

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

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

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

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

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