Html Css Color HEX #E6AD9F Shilo

📋 copy color: '#E6AD9F'

red 230 ◦ green 173 ◦ blue 159

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

Shades of Shilo #E6AD9F

Tints of Shilo #E6AD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.29%

R = 40.93%
G = 30.78%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6AD9F (or 0xE6AD9F) is known color: Shilo. HEX triplet: E6, AD and 9F. RGB value is (230,173,159). Sum of RGB (Red+Green+Blue) = 230+173+159=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AD9F is #195260. Grayscale: #BCBCBC. Windows color (decimal): -1659489 or 10464742. OLE color: 10464742.

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

Color convert

RGB 230 173 159 -
CMYK 0 0.25 0.31 0.10
HSL 11.83º 0.59% 0.76% -
HSV(B) 11.83º 0.31% 0.9% -
XYZ 53.83 49.21 39.46 -
YUV 188.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 230 173 159 0 0.25 0.31 0.10 11.83 0.59 0.76
Hex E6 AD 9F 0 19 1F A C 3B 4C
Octal 346 255 237 0 31 37 12 14 73 114
Binary 11100110 10101101 10011111 0 11001 11111 1010 1100 111011 1001100

Color Harmonies of #E6AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AD9F

Black with #E6AD9F

Text Example


Text Example

White with #E6AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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