#EFEBE5

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

Shades of Desert Storm #EFEBE5

Tints of Desert Storm #EFEBE5

Color information

#EFEBE5 (or 0xEFEBE5) is unknown color: approx Desert Storm. HEX triplet: EF, EB and E5. RGB value is (239,235,229). Sum of RGB (Red+Green+Blue) = 239+235+229=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBE5 is #10141A. Grayscale: #EBEBEB. Windows color (decimal): -1053723 or 15068143. OLE color: 15068143.

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

Color convert

RGB239235229-
CMYK00.020.040.06
HSL36º23.81%91.76%-
HSV(B)36º4.18%93.73%-
XYZ79.4583.4286.04-
YUV235.51124.33130.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 235 (92.19% from 255) = 33.43%
BLUE value IS 229 (89.84% from 255) = 32.57%
R=34.00%
G=33.43%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923522900.020.040.063623.8191.76
HexEFEBE5024624185c
Octal35735334502464430134
Binary111011111110101111100101010100110100100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBE5; }

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

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

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

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

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

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

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

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