Html Css Color HEX #EBC8B0 Desert Sand

📋 copy color: '#EBC8B0'

red 235 ◦ green 200 ◦ blue 176

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

Shades of Desert Sand #EBC8B0

Tints of Desert Sand #EBC8B0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.73%

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

R = 38.46%
G = 32.73%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBC8B0 (or 0xEBC8B0) is known color: Desert Sand. HEX triplet: EB, C8 and B0. RGB value is (235,200,176). Sum of RGB (Red+Green+Blue) = 235+200+176=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8B0 is #14374F. Grayscale: #CFCFCF. Windows color (decimal): -1324880 or 11585771. OLE color: 11585771.

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

Color convert

RGB 235 200 176 -
CMYK 0 0.15 0.25 0.08
HSL 24.41º 0.6% 0.81% -
HSV(B) 24.41º 0.25% 0.92% -
XYZ 62.75 62.11 49.75 -
YUV 207.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 235 200 176 0 0.15 0.25 0.08 24.41 0.6 0.81
Hex EB C8 B0 0 F 19 8 18 3C 51
Octal 353 310 260 0 17 31 10 30 74 121
Binary 11101011 11001000 10110000 0 1111 11001 1000 11000 111100 1010001

Color Harmonies of #EBC8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8B0

Black with #EBC8B0

Text Example


Text Example

White with #EBC8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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