Html Css Color HEX #EFCCAF Desert Sand

📋 copy color: '#EFCCAF'

red 239 ◦ green 204 ◦ blue 175

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

Shades of Desert Sand #EFCCAF

Tints of Desert Sand #EFCCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.01%

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

R = 38.67%
G = 33.01%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFCCAF (or 0xEFCCAF) is known color: Desert Sand. HEX triplet: EF, CC and AF. RGB value is (239,204,175). Sum of RGB (Red+Green+Blue) = 239+204+175=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCAF is #103350. Grayscale: #D3D3D3. Windows color (decimal): -1061713 or 11521263. OLE color: 11521263.

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

Color convert

RGB 239 204 175 -
CMYK 0 0.15 0.27 0.06
HSL 27.19º 0.67% 0.81% -
HSV(B) 27.19º 0.27% 0.94% -
XYZ 64.93 64.63 49.61 -
YUV 211.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 239 204 175 0 0.15 0.27 0.06 27.19 0.67 0.81
Hex EF CC AF 0 F 1B 6 1B 43 51
Octal 357 314 257 0 17 33 6 33 103 121
Binary 11101111 11001100 10101111 0 1111 11011 110 11011 1000011 1010001

Color Harmonies of #EFCCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCAF

Black with #EFCCAF

Text Example


Text Example

White with #EFCCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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