Html Css Color HEX #E6AD9D Shilo

📋 copy color: '#E6AD9D'

red 230 ◦ green 173 ◦ blue 157

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

Shades of Shilo #E6AD9D

Tints of Shilo #E6AD9D

RGB

 RED value IS 230 (90.23% from 255) = 41.07%

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

 BLUE value IS 157 (61.72% from 255) = 28.04%

R = 41.07%
G = 30.89%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6AD9D (or 0xE6AD9D) is known color: Shilo. HEX triplet: E6, AD and 9D. RGB value is (230,173,157). Sum of RGB (Red+Green+Blue) = 230+173+157=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AD9D is #195262. Grayscale: #BCBCBC. Windows color (decimal): -1659491 or 10333670. OLE color: 10333670.

HSL color Cylindrical-coordinate representation of color #E6AD9D: hue angle of 13.15º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6AD9D is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 173 157 -
CMYK 0 0.25 0.32 0.10
HSL 13.15º 0.59% 0.76% -
HSV(B) 13.15º 0.32% 0.9% -
XYZ 53.66 49.14 38.56 -
YUV 188.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 230 173 157 0 0.25 0.32 0.10 13.15 0.59 0.76
Hex E6 AD 9D 0 19 20 A D 3B 4C
Octal 346 255 235 0 31 40 12 15 73 114
Binary 11100110 10101101 10011101 0 11001 100000 1010 1101 111011 1001100

Color Harmonies of #E6AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AD9D

Black with #E6AD9D

Text Example


Text Example

White with #E6AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AD9D; }

 p { color: rgb(230,173,157); }

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

background-color css

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

 a { background-color: rgb(230,173,157); }

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

border-color css

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

 span { border-color: rgb(230,173,157); }

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