Html Css Color HEX #EFCAAE Desert Sand

📋 copy color: '#EFCAAE'

red 239 ◦ green 202 ◦ blue 174

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

Shades of Desert Sand #EFCAAE

Tints of Desert Sand #EFCAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.29%

R = 38.86%
G = 32.85%
B = 28.29%

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

#EFCAAE (or 0xEFCAAE) is known color: Desert Sand. HEX triplet: EF, CA and AE. RGB value is (239,202,174). Sum of RGB (Red+Green+Blue) = 239+202+174=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAAE is #103551. Grayscale: #D2D2D2. Windows color (decimal): -1062226 or 11455215. OLE color: 11455215.

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

Color convert

RGB 239 202 174 -
CMYK 0 0.15 0.27 0.06
HSL 25.85º 0.67% 0.81% -
HSV(B) 25.85º 0.27% 0.94% -
XYZ 64.36 63.65 48.94 -
YUV 209.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 239 202 174 0 0.15 0.27 0.06 25.85 0.67 0.81
Hex EF CA AE 0 F 1B 6 1A 43 51
Octal 357 312 256 0 17 33 6 32 103 121
Binary 11101111 11001010 10101110 0 1111 11011 110 11010 1000011 1010001

Color Harmonies of #EFCAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAAE

Black with #EFCAAE

Text Example


Text Example

White with #EFCAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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