Html Css Color HEX #EBCAB0 Desert Sand

📋 copy color: '#EBCAB0'

red 235 ◦ green 202 ◦ blue 176

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

Shades of Desert Sand #EBCAB0

Tints of Desert Sand #EBCAB0

RGB

 RED value IS 235 (92.19% from 255) = 38.34%

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

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

R = 38.34%
G = 32.95%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBCAB0 (or 0xEBCAB0) is known color: Desert Sand. HEX triplet: EB, CA and B0. RGB value is (235,202,176). Sum of RGB (Red+Green+Blue) = 235+202+176=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAB0 is #14354F. Grayscale: #D1D1D1. Windows color (decimal): -1324368 or 11586283. OLE color: 11586283.

HSL color Cylindrical-coordinate representation of color #EBCAB0: hue angle of 26.44º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBCAB0 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 202 176 -
CMYK 0 0.14 0.25 0.08
HSL 26.44º 0.6% 0.81% -
HSV(B) 26.44º 0.25% 0.92% -
XYZ 63.22 63.04 49.91 -
YUV 208.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 235 202 176 0 0.14 0.25 0.08 26.44 0.6 0.81
Hex EB CA B0 0 E 19 8 1A 3C 51
Octal 353 312 260 0 16 31 10 32 74 121
Binary 11101011 11001010 10110000 0 1110 11001 1000 11010 111100 1010001

Color Harmonies of #EBCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCAB0

Black with #EBCAB0

Text Example


Text Example

White with #EBCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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