Html Css Color HEX #E6A69D Shilo

📋 copy color: '#E6A69D'

red 230 ◦ green 166 ◦ blue 157

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

Shades of Shilo #E6A69D

Tints of Shilo #E6A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.02%

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

R = 41.59%
G = 30.02%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6A69D (or 0xE6A69D) is known color: Shilo. HEX triplet: E6, A6 and 9D. RGB value is (230,166,157). Sum of RGB (Red+Green+Blue) = 230+166+157=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A69D is #195962. Grayscale: #B8B8B8. Windows color (decimal): -1661283 or 10331878. OLE color: 10331878.

HSL color Cylindrical-coordinate representation of color #E6A69D: hue angle of 7.4º 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 #E6A69D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 166 157 -
CMYK 0 0.28 0.32 0.10
HSL 7.4º 0.59% 0.76% -
HSV(B) 7.4º 0.32% 0.9% -
XYZ 52.36 46.53 38.12 -
YUV 184.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 230 166 157 0 0.28 0.32 0.10 7.4 0.59 0.76
Hex E6 A6 9D 0 1C 20 A 7 3B 4C
Octal 346 246 235 0 34 40 12 7 73 114
Binary 11100110 10100110 10011101 0 11100 100000 1010 111 111011 1001100

Color Harmonies of #E6A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A69D

Black with #E6A69D

Text Example


Text Example

White with #E6A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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