Html Css Color HEX #EFC9AC Desert Sand

📋 copy color: '#EFC9AC'

red 239 ◦ green 201 ◦ blue 172

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

Shades of Desert Sand #EFC9AC

Tints of Desert Sand #EFC9AC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.84%

 BLUE value IS 172 (67.58% from 255) = 28.1%

R = 39.05%
G = 32.84%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFC9AC (or 0xEFC9AC) is known color: Desert Sand. HEX triplet: EF, C9 and AC. RGB value is (239,201,172). Sum of RGB (Red+Green+Blue) = 239+201+172=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC9AC is #103653. Grayscale: #D1D1D1. Windows color (decimal): -1062484 or 11323887. OLE color: 11323887.

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

Color convert

RGB 239 201 172 -
CMYK 0 0.16 0.28 0.06
HSL 25.97º 0.68% 0.81% -
HSV(B) 25.97º 0.28% 0.94% -
XYZ 63.93 63.1 47.84 -
YUV 209.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 239 201 172 0 0.16 0.28 0.06 25.97 0.68 0.81
Hex EF C9 AC 0 10 1C 6 1A 44 51
Octal 357 311 254 0 20 34 6 32 104 121
Binary 11101111 11001001 10101100 0 10000 11100 110 11010 1000100 1010001

Color Harmonies of #EFC9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9AC

Black with #EFC9AC

Text Example


Text Example

White with #EFC9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9AC; }

 p { color: rgb(239,201,172); }

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

background-color css

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

 a { background-color: rgb(239,201,172); }

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

border-color css

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

 span { border-color: rgb(239,201,172); }

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