#EBE7E1

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

Shades of Desert Storm #EBE7E1

Tints of Desert Storm #EBE7E1

Color information

#EBE7E1 (or 0xEBE7E1) is unknown color: approx Desert Storm. HEX triplet: EB, E7 and E1. RGB value is (235,231,225). Sum of RGB (Red+Green+Blue) = 235+231+225=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 225 (88.28% from 255 or 32.56% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7E1 is #14181E. Grayscale: #E7E7E7. Windows color (decimal): -1316895 or 14804971. OLE color: 14804971.

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

Color convert

RGB235231225-
CMYK00.020.040.08
HSL36º20%90.2%-
HSV(B)36º4.26%92.16%-
XYZ76.4380.2582.7-
YUV231.51124.33130.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 231 (90.62% from 255) = 33.43%
BLUE value IS 225 (88.28% from 255) = 32.56%
R=34.01%
G=33.43%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523122500.020.040.08362090.2
HexEBE7E1024824145a
Octal353347341024104424132
Binary1110101111100111111000010101001000100100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7E1; }

 p { color: rgb(235,231,225); }

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

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

 a { background-color: rgb(235,231,225); }

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

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

 span { border-color: rgb(235,231,225); }

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