Html Css Color HEX #EBCBAF Desert Sand

📋 copy color: '#EBCBAF'

red 235 ◦ green 203 ◦ blue 175

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

Shades of Desert Sand #EBCBAF

Tints of Desert Sand #EBCBAF

RGB

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

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

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

R = 38.34%
G = 33.12%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBCBAF (or 0xEBCBAF) is known color: Desert Sand. HEX triplet: EB, CB and AF. RGB value is (235,203,175). Sum of RGB (Red+Green+Blue) = 235+203+175=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBAF is #143450. Grayscale: #D1D1D1. Windows color (decimal): -1324113 or 11521003. OLE color: 11521003.

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

Color convert

RGB 235 203 175 -
CMYK 0 0.14 0.26 0.08
HSL 28º 0.6% 0.8% -
HSV(B) 28º 0.26% 0.92% -
XYZ 63.35 63.47 49.47 -
YUV 209.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 235 203 175 0 0.14 0.26 0.08 28 0.6 0.8
Hex EB CB AF 0 E 1A 8 1C 3C 50
Octal 353 313 257 0 16 32 10 34 74 120
Binary 11101011 11001011 10101111 0 1110 11010 1000 11100 111100 1010000

Color Harmonies of #EBCBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCBAF

Black with #EBCBAF

Text Example


Text Example

White with #EBCBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCBAF; }

 p { color: rgb(235,203,175); }

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

background-color css

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

 a { background-color: rgb(235,203,175); }

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

border-color css

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

 span { border-color: rgb(235,203,175); }

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