#EBA9A4

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

Shades of Shilo #EBA9A4

Tints of Shilo #EBA9A4

Color information

#EBA9A4 (or 0xEBA9A4) is unknown color: approx Shilo. HEX triplet: EB, A9 and A4. RGB value is (235,169,164). Sum of RGB (Red+Green+Blue) = 235+169+164=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA9A4 is #14565B. Grayscale: #BCBCBC. Windows color (decimal): -1332828 or 10791403. OLE color: 10791403.

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

Color convert

RGB235169164-
CMYK00.280.300.08
HSL4.23º63.96%78.24%-
HSV(B)4.23º30.21%92.16%-
XYZ55.1548.7241.62-
YUV188.16114.37161.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 169 (66.41% from 255) = 29.75%
BLUE value IS 164 (64.45% from 255) = 28.87%
R=41.37%
G=29.75%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516916400.280.300.084.2363.9678.24
HexEBA9A401C1E84404e
Octal35325124403436104100116
Binary11101011101010011010010001110011110100010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9A4; }

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

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

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

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

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

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

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

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