#EBAFAA

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

Shades of Shilo #EBAFAA

Tints of Shilo #EBAFAA

Color information

#EBAFAA (or 0xEBAFAA) is unknown color: approx Shilo. HEX triplet: EB, AF and AA. RGB value is (235,175,170). Sum of RGB (Red+Green+Blue) = 235+175+170=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAFAA is #145055. Grayscale: #C0C0C0. Windows color (decimal): -1331286 or 11186155. OLE color: 11186155.

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

Color convert

RGB235175170-
CMYK00.260.280.08
HSL4.62º61.9%79.41%-
HSV(B)4.62º27.66%92.16%-
XYZ56.8551.2244.92-
YUV192.37115.38158.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=40.52%
G=30.17%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517517000.260.280.084.6261.979.41
HexEBAFAA01A1C853e4f
Octal3532572520323410576117
Binary1110101110101111101010100110101110010001011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFAA; }

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

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

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

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

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

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

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

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