Html Css Color HEX #EFCAB0 Desert Sand

📋 copy color: '#EFCAB0'

red 239 ◦ green 202 ◦ blue 176

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

Shades of Desert Sand #EFCAB0

Tints of Desert Sand #EFCAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.53%

R = 38.74%
G = 32.74%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFCAB0 (or 0xEFCAB0) is known color: Desert Sand. HEX triplet: EF, CA and B0. RGB value is (239,202,176). Sum of RGB (Red+Green+Blue) = 239+202+176=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAB0 is #10354F. Grayscale: #D2D2D2. Windows color (decimal): -1062224 or 11586287. OLE color: 11586287.

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

Color convert

RGB 239 202 176 -
CMYK 0 0.15 0.26 0.06
HSL 24.76º 0.66% 0.81% -
HSV(B) 24.76º 0.26% 0.94% -
XYZ 64.55 63.73 49.97 -
YUV 210.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 239 202 176 0 0.15 0.26 0.06 24.76 0.66 0.81
Hex EF CA B0 0 F 1A 6 19 42 51
Octal 357 312 260 0 17 32 6 31 102 121
Binary 11101111 11001010 10110000 0 1111 11010 110 11001 1000010 1010001

Color Harmonies of #EFCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAB0

Black with #EFCAB0

Text Example


Text Example

White with #EFCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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