#EBAFA7

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

Shades of Shilo #EBAFA7

Tints of Shilo #EBAFA7

Color information

#EBAFA7 (or 0xEBAFA7) is unknown color: approx Shilo. HEX triplet: EB, AF and A7. RGB value is (235,175,167). Sum of RGB (Red+Green+Blue) = 235+175+167=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 167 (65.62% from 255 or 28.94% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAFA7 is #145058. Grayscale: #C0C0C0. Windows color (decimal): -1331289 or 10989547. OLE color: 10989547.

HSL color Cylindrical-coordinate representation of color #EBAFA7: hue angle of 7.06º 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 #EBAFA7 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235175167-
CMYK00.260.290.08
HSL7.06º62.96%78.82%-
HSV(B)7.06º28.94%92.16%-
XYZ56.5751.1143.44-
YUV192.03113.88158.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 167 (65.62% from 255) = 28.94%
R=40.73%
G=30.33%
B=28.94%

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
Decimal23517516700.260.290.087.0662.9678.82
HexEBAFA701A1D873f4f
Octal3532572470323510777117
Binary1110101110101111101001110110101110110001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFA7; }

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

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

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

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

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

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

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

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