Html Css Color HEX #E6ABA4 Shilo

📋 copy color: '#E6ABA4'

red 230 ◦ green 171 ◦ blue 164

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

Shades of Shilo #E6ABA4

Tints of Shilo #E6ABA4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.27%

 BLUE value IS 164 (64.45% from 255) = 29.03%

R = 40.71%
G = 30.27%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E6ABA4 (or 0xE6ABA4) is known color: Shilo. HEX triplet: E6, AB and A4. RGB value is (230,171,164). Sum of RGB (Red+Green+Blue) = 230+171+164=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ABA4 is #19545B. Grayscale: #BBBBBB. Windows color (decimal): -1659996 or 10791910. OLE color: 10791910.

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

Color convert

RGB 230 171 164 -
CMYK 0 0.26 0.29 0.10
HSL 6.36º 0.57% 0.77% -
HSV(B) 6.36º 0.29% 0.9% -
XYZ 53.9 48.63 41.67 -
YUV 187.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 230 171 164 0 0.26 0.29 0.10 6.36 0.57 0.77
Hex E6 AB A4 0 1A 1D A 6 39 4D
Octal 346 253 244 0 32 35 12 6 71 115
Binary 11100110 10101011 10100100 0 11010 11101 1010 110 111001 1001101

Color Harmonies of #E6ABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ABA4

Black with #E6ABA4

Text Example


Text Example

White with #E6ABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ABA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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