#EBB1A4

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

Shades of Shilo #EBB1A4

Tints of Shilo #EBB1A4

Color information

#EBB1A4 (or 0xEBB1A4) is unknown color: approx Shilo. HEX triplet: EB, B1 and A4. RGB value is (235,177,164). Sum of RGB (Red+Green+Blue) = 235+177+164=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1A4 is #144E5B. Grayscale: #C0C0C0. Windows color (decimal): -1330780 or 10793451. OLE color: 10793451.

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

Color convert

RGB235177164-
CMYK00.250.300.08
HSL10.99º63.96%78.24%-
HSV(B)10.99º30.21%92.16%-
XYZ56.6851.7942.13-
YUV192.86111.72158.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 164 (64.45% from 255) = 28.47%
R=40.80%
G=30.73%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517716400.250.300.0810.9963.9678.24
HexEBB1A40191E8b404e
Octal353261244031361013100116
Binary111010111011000110100100011001111101000101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1A4; }

 p { color: rgb(235,177,164); }

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

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

 a { background-color: rgb(235,177,164); }

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

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

 span { border-color: rgb(235,177,164); }

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