Html Css Color HEX #EFE8DF Desert Storm

📋 copy color: '#EFE8DF'

red 239 ◦ green 232 ◦ blue 223

#EFE8DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Storm #EFE8DF

Tints of Desert Storm #EFE8DF

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 value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFE8DF (or 0xEFE8DF) is known color: 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

RGB 239 232 223 -
CMYK 0 0.03 0.07 0.06
HSL 33.75º 0.33% 0.91% -
HSV(B) 33.75º 0.07% 0.94% -
XYZ 77.77 81.39 81.42 -
YUV 233.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 239 232 223 0 0.03 0.07 0.06 33.75 0.33 0.91
Hex EF E8 DF 0 3 7 6 22 21 5B
Octal 357 350 337 0 3 7 6 42 41 133
Binary 11101111 11101000 11011111 0 11 111 110 100010 100001 1011011

Color Harmonies of #EFE8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8DF

Black with #EFE8DF

Text Example


Text Example

White with #EFE8DF

Text Example


Text Example

HTML Codes & Css Web 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>