Html Css Color HEX #EFCAAF Desert Sand

📋 copy color: '#EFCAAF'

red 239 ◦ green 202 ◦ blue 175

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

Shades of Desert Sand #EFCAAF

Tints of Desert Sand #EFCAAF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.79%

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

R = 38.8%
G = 32.79%
B = 28.41%

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

#EFCAAF (or 0xEFCAAF) is known color: Desert Sand. HEX triplet: EF, CA and AF. RGB value is (239,202,175). Sum of RGB (Red+Green+Blue) = 239+202+175=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAAF is #103550. Grayscale: #D2D2D2. Windows color (decimal): -1062225 or 11520751. OLE color: 11520751.

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

Color convert

RGB 239 202 175 -
CMYK 0 0.15 0.27 0.06
HSL 25.31º 0.67% 0.81% -
HSV(B) 25.31º 0.27% 0.94% -
XYZ 64.45 63.69 49.45 -
YUV 209.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 239 202 175 0 0.15 0.27 0.06 25.31 0.67 0.81
Hex EF CA AF 0 F 1B 6 19 43 51
Octal 357 312 257 0 17 33 6 31 103 121
Binary 11101111 11001010 10101111 0 1111 11011 110 11001 1000011 1010001

Color Harmonies of #EFCAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAAF

Black with #EFCAAF

Text Example


Text Example

White with #EFCAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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