Html Css Color HEX #EFE5DA Desert Storm

📋 copy color: '#EFE5DA'

red 239 ◦ green 229 ◦ blue 218

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

Shades of Desert Storm #EFE5DA

Tints of Desert Storm #EFE5DA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.38%

 BLUE value IS 218 (85.55% from 255) = 31.78%

R = 34.84%
G = 33.38%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFE5DA (or 0xEFE5DA) is known color: Desert Storm. HEX triplet: EF, E5 and DA. RGB value is (239,229,218). Sum of RGB (Red+Green+Blue) = 239+229+218=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5DA is #101A25. Grayscale: #E6E6E6. Windows color (decimal): -1055270 or 14345711. OLE color: 14345711.

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

Color convert

RGB 239 229 218 -
CMYK 0 0.04 0.09 0.06
HSL 31.43º 0.4% 0.9% -
HSV(B) 31.43º 0.09% 0.94% -
XYZ 76.27 79.45 77.65 -
YUV 230.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 239 229 218 0 0.04 0.09 0.06 31.43 0.4 0.9
Hex EF E5 DA 0 4 9 6 1F 28 5A
Octal 357 345 332 0 4 11 6 37 50 132
Binary 11101111 11100101 11011010 0 100 1001 110 11111 101000 1011010

Color Harmonies of #EFE5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5DA

Black with #EFE5DA

Text Example


Text Example

White with #EFE5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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