#EFEAE5

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

Shades of Desert Storm #EFEAE5

Tints of Desert Storm #EFEAE5

Color information

#EFEAE5 (or 0xEFEAE5) is unknown color: approx Desert Storm. HEX triplet: EF, EA and E5. RGB value is (239,234,229). Sum of RGB (Red+Green+Blue) = 239+234+229=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAE5 is #10151A. Grayscale: #EAEAEA. Windows color (decimal): -1053979 or 15067887. OLE color: 15067887.

HSL color Cylindrical-coordinate representation of color #EFEAE5: hue angle of 30º 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 #EFEAE5 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239234229-
CMYK00.020.040.06
HSL30º23.81%91.76%-
HSV(B)30º4.18%93.73%-
XYZ79.1682.8585.95-
YUV234.92124.66130.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 229 (89.84% from 255) = 32.62%
R=34.05%
G=33.33%
B=32.62%

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
Decimal23923422900.020.040.063023.8191.76
HexEFEAE502461e185c
Octal35735234502463630134
Binary11101111111010101110010101010011011110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAE5; }

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

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

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

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

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

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

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

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