Html Css Color HEX #E0AD9B Shilo

📋 copy color: '#E0AD9B'

red 224 ◦ green 173 ◦ blue 155

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

Shades of Shilo #E0AD9B

Tints of Shilo #E0AD9B

RGB

 RED value IS 224 (87.89% from 255) = 40.58%

 GREEN value IS 173 (67.97% from 255) = 31.34%

 BLUE value IS 155 (60.94% from 255) = 28.08%

R = 40.58%
G = 31.34%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0AD9B (or 0xE0AD9B) is known color: Shilo. HEX triplet: E0, AD and 9B. RGB value is (224,173,155). Sum of RGB (Red+Green+Blue) = 224+173+155=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AD9B is #1F5264. Grayscale: #BABABA. Windows color (decimal): -2052709 or 10202592. OLE color: 10202592.

HSL color Cylindrical-coordinate representation of color #E0AD9B: hue angle of 15.65º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0AD9B is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 173 155 -
CMYK 0 0.23 0.31 0.12
HSL 15.65º 0.53% 0.74% -
HSV(B) 15.65º 0.31% 0.88% -
XYZ 51.6 48.1 37.58 -
YUV 186.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 224 173 155 0 0.23 0.31 0.12 15.65 0.53 0.74
Hex E0 AD 9B 0 17 1F C 10 35 4A
Octal 340 255 233 0 27 37 14 20 65 112
Binary 11100000 10101101 10011011 0 10111 11111 1100 10000 110101 1001010

Color Harmonies of #E0AD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD9B

Black with #E0AD9B

Text Example


Text Example

White with #E0AD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD9B; }

 p { color: rgb(224,173,155); }

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

background-color css

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

 a { background-color: rgb(224,173,155); }

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

border-color css

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

 span { border-color: rgb(224,173,155); }

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