Html Css Color HEX #E6BAAB Shilo

📋 copy color: '#E6BAAB'

red 230 ◦ green 186 ◦ blue 171

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

Shades of Shilo #E6BAAB

Tints of Shilo #E6BAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.69%

 BLUE value IS 171 (67.19% from 255) = 29.13%

R = 39.18%
G = 31.69%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E6BAAB (or 0xE6BAAB) is known color: Shilo. HEX triplet: E6, BA and AB. RGB value is (230,186,171). Sum of RGB (Red+Green+Blue) = 230+186+171=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BAAB is #194554. Grayscale: #C5C5C5. Windows color (decimal): -1656149 or 11254502. OLE color: 11254502.

HSL color Cylindrical-coordinate representation of color #E6BAAB: hue angle of 15.25º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6BAAB is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 171 -
CMYK 0 0.19 0.26 0.10
HSL 15.25º 0.54% 0.79% -
HSV(B) 15.25º 0.26% 0.9% -
XYZ 57.54 54.88 46.09 -
YUV 197.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 230 186 171 0 0.19 0.26 0.10 15.25 0.54 0.79
Hex E6 BA AB 0 13 1A A F 36 4F
Octal 346 272 253 0 23 32 12 17 66 117
Binary 11100110 10111010 10101011 0 10011 11010 1010 1111 110110 1001111

Color Harmonies of #E6BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAAB

Black with #E6BAAB

Text Example


Text Example

White with #E6BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAAB; }

 p { color: rgb(230,186,171); }

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

background-color css

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

 a { background-color: rgb(230,186,171); }

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

border-color css

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

 span { border-color: rgb(230,186,171); }

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