Html Css Color HEX #EFE6DC Desert Storm

📋 copy color: '#EFE6DC'

red 239 ◦ green 230 ◦ blue 220

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

Shades of Desert Storm #EFE6DC

Tints of Desert Storm #EFE6DC

RGB

 RED value IS 239 (93.75% from 255) = 34.69%

 GREEN value IS 230 (90.23% from 255) = 33.38%

 BLUE value IS 220 (86.33% from 255) = 31.93%

R = 34.69%
G = 33.38%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFE6DC (or 0xEFE6DC) is known color: Desert Storm. HEX triplet: EF, E6 and DC. RGB value is (239,230,220). Sum of RGB (Red+Green+Blue) = 239+230+220=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6DC is #101923. Grayscale: #E7E7E7. Windows color (decimal): -1055012 or 14477039. OLE color: 14477039.

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

Color convert

RGB 239 230 220 -
CMYK 0 0.04 0.08 0.06
HSL 31.58º 0.37% 0.9% -
HSV(B) 31.58º 0.08% 0.94% -
XYZ 76.81 80.11 79.12 -
YUV 231.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 239 230 220 0 0.04 0.08 0.06 31.58 0.37 0.9
Hex EF E6 DC 0 4 8 6 20 25 5A
Octal 357 346 334 0 4 10 6 40 45 132
Binary 11101111 11100110 11011100 0 100 1000 110 100000 100101 1011010

Color Harmonies of #EFE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6DC

Black with #EFE6DC

Text Example


Text Example

White with #EFE6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6DC; }

 p { color: rgb(239,230,220); }

 H1.HeaderClassName
 {
   color: #EFE6DC;
 }
 .AnyTagClassName
 {
   color: #EFE6DC;
 }
</style>

background-color css

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

 a { background-color: rgb(239,230,220); }

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

border-color css

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

 span { border-color: rgb(239,230,220); }

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