Html Css Color HEX #EFC6AF Desert Sand

📋 copy color: '#EFC6AF'

red 239 ◦ green 198 ◦ blue 175

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

Shades of Desert Sand #EFC6AF

Tints of Desert Sand #EFC6AF

RGB

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

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

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

R = 39.05%
G = 32.35%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFC6AF (or 0xEFC6AF) is known color: Desert Sand. HEX triplet: EF, C6 and AF. RGB value is (239,198,175). Sum of RGB (Red+Green+Blue) = 239+198+175=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6AF is #103950. Grayscale: #CFCFCF. Windows color (decimal): -1063249 or 11519727. OLE color: 11519727.

HSL color Cylindrical-coordinate representation of color #EFC6AF: hue angle of 21.56º 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 #EFC6AF is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 175 -
CMYK 0 0.17 0.27 0.06
HSL 21.56º 0.67% 0.81% -
HSV(B) 21.56º 0.27% 0.94% -
XYZ 63.53 61.83 49.14 -
YUV 207.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 239 198 175 0 0.17 0.27 0.06 21.56 0.67 0.81
Hex EF C6 AF 0 11 1B 6 16 43 51
Octal 357 306 257 0 21 33 6 26 103 121
Binary 11101111 11000110 10101111 0 10001 11011 110 10110 1000011 1010001

Color Harmonies of #EFC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6AF

Black with #EFC6AF

Text Example


Text Example

White with #EFC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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