Html Css Color HEX #EFC6AA Desert Sand

📋 copy color: '#EFC6AA'

red 239 ◦ green 198 ◦ blue 170

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

Shades of Desert Sand #EFC6AA

Tints of Desert Sand #EFC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.62%

 BLUE value IS 170 (66.8% from 255) = 28.01%

R = 39.37%
G = 32.62%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFC6AA (or 0xEFC6AA) is known color: Desert Sand. HEX triplet: EF, C6 and AA. RGB value is (239,198,170). Sum of RGB (Red+Green+Blue) = 239+198+170=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6AA is #103955. Grayscale: #CFCFCF. Windows color (decimal): -1063254 or 11192047. OLE color: 11192047.

HSL color Cylindrical-coordinate representation of color #EFC6AA: hue angle of 24.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFC6AA is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 170 -
CMYK 0 0.17 0.29 0.06
HSL 24.35º 0.68% 0.8% -
HSV(B) 24.35º 0.29% 0.94% -
XYZ 63.05 61.64 46.61 -
YUV 207.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 239 198 170 0 0.17 0.29 0.06 24.35 0.68 0.8
Hex EF C6 AA 0 11 1D 6 18 44 50
Octal 357 306 252 0 21 35 6 30 104 120
Binary 11101111 11000110 10101010 0 10001 11101 110 11000 1000100 1010000

Color Harmonies of #EFC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6AA

Black with #EFC6AA

Text Example


Text Example

White with #EFC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6AA; }

 p { color: rgb(239,198,170); }

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

background-color css

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

 a { background-color: rgb(239,198,170); }

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

border-color css

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

 span { border-color: rgb(239,198,170); }

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