#EBAFA1

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

Shades of Shilo #EBAFA1

Tints of Shilo #EBAFA1

Color information

#EBAFA1 (or 0xEBAFA1) is unknown color: approx Shilo. HEX triplet: EB, AF and A1. RGB value is (235,175,161). Sum of RGB (Red+Green+Blue) = 235+175+161=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAFA1 is #14505E. Grayscale: #BFBFBF. Windows color (decimal): -1331295 or 10596331. OLE color: 10596331.

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

Color convert

RGB235175161-
CMYK00.260.310.08
HSL11.35º64.91%77.65%-
HSV(B)11.35º31.49%92.16%-
XYZ56.0250.940.59-
YUV191.34110.88159.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 161 (63.28% from 255) = 28.20%
R=41.16%
G=30.65%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517516100.260.310.0811.3564.9177.65
HexEBAFA101A1F8b414e
Octal353257241032371013101116
Binary111010111010111110100001011010111111000101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFA1; }

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

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

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

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

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

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

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

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