#EFE8DF

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

Shades of Desert Storm #EFE8DF

Tints of Desert Storm #EFE8DF

Color information

#EFE8DF (or 0xEFE8DF) is unknown color: approx Desert Storm. HEX triplet: EF, E8 and DF. RGB value is (239,232,223). Sum of RGB (Red+Green+Blue) = 239+232+223=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8DF is #101720. Grayscale: #E9E9E9. Windows color (decimal): -1054497 or 14674159. OLE color: 14674159.

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

Color convert

RGB239232223-
CMYK00.030.070.06
HSL33.75º33.33%90.59%-
HSV(B)33.75º6.69%93.73%-
XYZ77.7781.3981.42-
YUV233.07122.32132.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 232 (91.02% from 255) = 33.43%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=34.44%
G=33.43%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923222300.030.070.0633.7533.3390.59
HexEFE8DF037622215b
Octal35735033703764241133
Binary1110111111101000110111110111111101000101000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8DF; }

 p { color: rgb(239,232,223); }

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

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

 a { background-color: rgb(239,232,223); }

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

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

 span { border-color: rgb(239,232,223); }

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