#EBAFA8

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

Shades of Shilo #EBAFA8

Tints of Shilo #EBAFA8

Color information

#EBAFA8 (or 0xEBAFA8) is unknown color: approx Shilo. HEX triplet: EB, AF and A8. RGB value is (235,175,168). Sum of RGB (Red+Green+Blue) = 235+175+168=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAFA8 is #145057. Grayscale: #C0C0C0. Windows color (decimal): -1331288 or 11055083. OLE color: 11055083.

HSL color Cylindrical-coordinate representation of color #EBAFA8: hue angle of 6.27º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBAFA8 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235175168-
CMYK00.260.290.08
HSL6.27º62.62%79.02%-
HSV(B)6.27º28.51%92.16%-
XYZ56.6651.1543.93-
YUV192.14114.38158.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 168 (66.02% from 255) = 29.07%
R=40.66%
G=30.28%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517516800.260.290.086.2762.6279.02
HexEBAFA801A1D863f4f
Octal3532572500323510677117
Binary1110101110101111101010000110101110110001101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFA8; }

 p { color: rgb(235,175,168); }

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

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

 a { background-color: rgb(235,175,168); }

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

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

 span { border-color: rgb(235,175,168); }

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