Html Css Color HEX #EBD0B9 Desert Sand

📋 copy color: '#EBD0B9'

red 235 ◦ green 208 ◦ blue 185

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

Shades of Desert Sand #EBD0B9

Tints of Desert Sand #EBD0B9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.12%

 BLUE value IS 185 (72.66% from 255) = 29.46%

R = 37.42%
G = 33.12%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBD0B9 (or 0xEBD0B9) is known color: Desert Sand. HEX triplet: EB, D0 and B9. RGB value is (235,208,185). Sum of RGB (Red+Green+Blue) = 235+208+185=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0B9 is #142F46. Grayscale: #D5D5D5. Windows color (decimal): -1322823 or 12177643. OLE color: 12177643.

HSL color Cylindrical-coordinate representation of color #EBD0B9: hue angle of 27.6º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBD0B9 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 208 185 -
CMYK 0 0.11 0.21 0.08
HSL 27.6º 0.56% 0.82% -
HSV(B) 27.6º 0.21% 0.92% -
XYZ 65.57 66.28 55.24 -
YUV 213.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 235 208 185 0 0.11 0.21 0.08 27.6 0.56 0.82
Hex EB D0 B9 0 B 15 8 1C 38 52
Octal 353 320 271 0 13 25 10 34 70 122
Binary 11101011 11010000 10111001 0 1011 10101 1000 11100 111000 1010010

Color Harmonies of #EBD0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD0B9

Black with #EBD0B9

Text Example


Text Example

White with #EBD0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD0B9; }

 p { color: rgb(235,208,185); }

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

background-color css

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

 a { background-color: rgb(235,208,185); }

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

border-color css

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

 span { border-color: rgb(235,208,185); }

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