#EFEAE3

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

Shades of Desert Storm #EFEAE3

Tints of Desert Storm #EFEAE3

Color information

#EFEAE3 (or 0xEFEAE3) is unknown color: approx Desert Storm. HEX triplet: EF, EA and E3. RGB value is (239,234,227). Sum of RGB (Red+Green+Blue) = 239+234+227=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAE3 is #10151C. Grayscale: #EAEAEA. Windows color (decimal): -1053981 or 14936815. OLE color: 14936815.

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

Color convert

RGB239234227-
CMYK00.020.050.06
HSL35º27.27%91.37%-
HSV(B)35º5.02%93.73%-
XYZ78.8882.7484.49-
YUV234.7123.66131.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 234 (91.80% from 255) = 33.43%
BLUE value IS 227 (89.06% from 255) = 32.43%
R=34.14%
G=33.43%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923422700.020.050.063527.2791.37
HexEFEAE30256231b5b
Octal35735234302564333133
Binary111011111110101011100011010101110100011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAE3; }

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

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

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

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

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

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

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

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