#EBB0A6

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

Shades of Shilo #EBB0A6

Tints of Shilo #EBB0A6

Color information

#EBB0A6 (or 0xEBB0A6) is unknown color: approx Shilo. HEX triplet: EB, B0 and A6. RGB value is (235,176,166). Sum of RGB (Red+Green+Blue) = 235+176+166=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0A6 is #144F59. Grayscale: #C0C0C0. Windows color (decimal): -1331034 or 10924267. OLE color: 10924267.

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

Color convert

RGB235176166-
CMYK00.250.290.08
HSL8.7º63.3%78.63%-
HSV(B)8.7º29.36%92.16%-
XYZ56.6751.4743.02-
YUV192.5113.05158.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 176 (69.14% from 255) = 30.50%
BLUE value IS 166 (65.23% from 255) = 28.77%
R=40.73%
G=30.50%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517616600.250.290.088.763.378.63
HexEBB0A60191D893f4f
Octal35326024603135101177117
Binary11101011101100001010011001100111101100010011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0A6; }

 p { color: rgb(235,176,166); }

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

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

 a { background-color: rgb(235,176,166); }

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

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

 span { border-color: rgb(235,176,166); }

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