#EBABA3

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

Shades of Shilo #EBABA3

Tints of Shilo #EBABA3

Color information

#EBABA3 (or 0xEBABA3) is unknown color: approx Shilo. HEX triplet: EB, AB and A3. RGB value is (235,171,163). Sum of RGB (Red+Green+Blue) = 235+171+163=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 163 (64.06% from 255 or 28.65% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBABA3 is #14545C. Grayscale: #BDBDBD. Windows color (decimal): -1332317 or 10726379. OLE color: 10726379.

HSL color Cylindrical-coordinate representation of color #EBABA3: hue angle of 6.67º degrees, saturation: 0.64, 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 #EBABA3 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235171163-
CMYK00.270.310.08
HSL6.67º64.29%78.04%-
HSV(B)6.67º30.64%92.16%-
XYZ55.4349.4341.27-
YUV189.22113.2160.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 163 (64.06% from 255) = 28.65%
R=41.30%
G=30.05%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517116300.270.310.086.6764.2978.04
HexEBABA301B1F87404e
Octal35325324303337107100116
Binary11101011101010111010001101101111111100011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABA3; }

 p { color: rgb(235,171,163); }

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

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

 a { background-color: rgb(235,171,163); }

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

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

 span { border-color: rgb(235,171,163); }

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