#EBB3A4

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

Shades of Shilo #EBB3A4

Tints of Shilo #EBB3A4

Color information

#EBB3A4 (or 0xEBB3A4) is unknown color: approx Shilo. HEX triplet: EB, B3 and A4. RGB value is (235,179,164). Sum of RGB (Red+Green+Blue) = 235+179+164=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB3A4 is #144C5B. Grayscale: #C2C2C2. Windows color (decimal): -1330268 or 10793963. OLE color: 10793963.

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

Color convert

RGB235179164-
CMYK00.240.300.08
HSL12.68º63.96%78.24%-
HSV(B)12.68º30.21%92.16%-
XYZ57.0852.5842.26-
YUV194.03111.05157.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 179 (70.31% from 255) = 30.97%
BLUE value IS 164 (64.45% from 255) = 28.37%
R=40.66%
G=30.97%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517916400.240.300.0812.6863.9678.24
HexEBB3A40181E8d404e
Octal353263244030361015100116
Binary111010111011001110100100011000111101000110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3A4; }

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

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

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

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

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

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

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

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