#EBB5A5

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

Shades of Shilo #EBB5A5

Tints of Shilo #EBB5A5

Color information

#EBB5A5 (or 0xEBB5A5) is unknown color: approx Shilo. HEX triplet: EB, B5 and A5. RGB value is (235,181,165). Sum of RGB (Red+Green+Blue) = 235+181+165=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB5A5 is #144A5A. Grayscale: #C3C3C3. Windows color (decimal): -1329755 or 10860011. OLE color: 10860011.

HSL color Cylindrical-coordinate representation of color #EBB5A5: hue angle of 13.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBB5A5 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235181165-
CMYK00.230.300.08
HSL13.71º63.64%78.43%-
HSV(B)13.71º29.79%92.16%-
XYZ57.5853.4342.88-
YUV195.32110.89156.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 181 (71.09% from 255) = 31.15%
BLUE value IS 165 (64.84% from 255) = 28.40%
R=40.45%
G=31.15%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518116500.230.300.0813.7163.6478.43
HexEBB5A50171E8e404e
Octal353265245027361016100116
Binary111010111011010110100101010111111101000111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5A5; }

 p { color: rgb(235,181,165); }

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

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

 a { background-color: rgb(235,181,165); }

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

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

 span { border-color: rgb(235,181,165); }

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