#EBB0A7

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

Shades of Shilo #EBB0A7

Tints of Shilo #EBB0A7

Color information

#EBB0A7 (or 0xEBB0A7) is unknown color: approx Shilo. HEX triplet: EB, B0 and A7. RGB value is (235,176,167). Sum of RGB (Red+Green+Blue) = 235+176+167=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 167 (65.62% from 255 or 28.89% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0A7 is #144F58. Grayscale: #C0C0C0. Windows color (decimal): -1331033 or 10989803. OLE color: 10989803.

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

Color convert

RGB235176167-
CMYK00.250.290.08
HSL7.94º62.96%78.82%-
HSV(B)7.94º28.94%92.16%-
XYZ56.7651.543.51-
YUV192.62113.55158.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 167 (65.62% from 255) = 28.89%
R=40.66%
G=30.45%
B=28.89%

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
Decimal23517616700.250.290.087.9462.9678.82
HexEBB0A70191D883f4f
Octal35326024703135101077117
Binary11101011101100001010011101100111101100010001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0A7; }

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

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

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

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

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

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

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

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