Html Css Color HEX #EFC9AF Desert Sand

📋 copy color: '#EFC9AF'

red 239 ◦ green 201 ◦ blue 175

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

Shades of Desert Sand #EFC9AF

Tints of Desert Sand #EFC9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.46%

R = 38.86%
G = 32.68%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFC9AF (or 0xEFC9AF) is known color: Desert Sand. HEX triplet: EF, C9 and AF. RGB value is (239,201,175). Sum of RGB (Red+Green+Blue) = 239+201+175=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC9AF is #103650. Grayscale: #D1D1D1. Windows color (decimal): -1062481 or 11520495. OLE color: 11520495.

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

Color convert

RGB 239 201 175 -
CMYK 0 0.16 0.27 0.06
HSL 24.38º 0.67% 0.81% -
HSV(B) 24.38º 0.27% 0.94% -
XYZ 64.22 63.22 49.38 -
YUV 209.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 239 201 175 0 0.16 0.27 0.06 24.38 0.67 0.81
Hex EF C9 AF 0 10 1B 6 18 43 51
Octal 357 311 257 0 20 33 6 30 103 121
Binary 11101111 11001001 10101111 0 10000 11011 110 11000 1000011 1010001

Color Harmonies of #EFC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9AF

Black with #EFC9AF

Text Example


Text Example

White with #EFC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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