Html Css Color HEX #EFCBAD Desert Sand

📋 copy color: '#EFCBAD'

red 239 ◦ green 203 ◦ blue 173

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

Shades of Desert Sand #EFCBAD

Tints of Desert Sand #EFCBAD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.01%

 BLUE value IS 173 (67.97% from 255) = 28.13%

R = 38.86%
G = 33.01%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFCBAD (or 0xEFCBAD) is known color: Desert Sand. HEX triplet: EF, CB and AD. RGB value is (239,203,173). Sum of RGB (Red+Green+Blue) = 239+203+173=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBAD is #103452. Grayscale: #D2D2D2. Windows color (decimal): -1061971 or 11389935. OLE color: 11389935.

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

Color convert

RGB 239 203 173 -
CMYK 0 0.15 0.28 0.06
HSL 27.27º 0.67% 0.81% -
HSV(B) 27.27º 0.28% 0.94% -
XYZ 64.5 64.08 48.5 -
YUV 210.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 239 203 173 0 0.15 0.28 0.06 27.27 0.67 0.81
Hex EF CB AD 0 F 1C 6 1B 43 51
Octal 357 313 255 0 17 34 6 33 103 121
Binary 11101111 11001011 10101101 0 1111 11100 110 11011 1000011 1010001

Color Harmonies of #EFCBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBAD

Black with #EFCBAD

Text Example


Text Example

White with #EFCBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBAD; }

 p { color: rgb(239,203,173); }

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

background-color css

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

 a { background-color: rgb(239,203,173); }

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

border-color css

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

 span { border-color: rgb(239,203,173); }

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