#E6ADA8

Color #E6ADA8 Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #E6ADA8

Tints of Shilo #E6ADA8

Color information

#E6ADA8 (or 0xE6ADA8) is unknown color: approx Shilo. HEX triplet: E6, AD and A8. RGB value is (230,173,168). Sum of RGB (Red+Green+Blue) = 230+173+168=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ADA8 is #195257. Grayscale: #BDBDBD. Windows color (decimal): -1659480 or 11054566. OLE color: 11054566.

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

Color convert

RGB230173168-
CMYK00.250.270.10
HSL4.84º55.36%78.04%-
HSV(B)4.84º26.96%90.2%-
XYZ54.6449.5443.73-
YUV189.47115.88156.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 168 (66.02% from 255) = 29.42%
R=40.28%
G=30.30%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017316800.250.270.104.8455.3678.04
HexE6ADA80191BA5374e
Octal3462552500313312567116
Binary1110011010101101101010000110011101110101011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADA8; }

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

 H1.HeaderClassName
 {
   color: #E6ADA8;
 }
 .AnyTagClassName
 {
   color: #E6ADA8;
 }
</style>
background-color css

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

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

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

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

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

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