#EBB4A4

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

Shades of Shilo #EBB4A4

Tints of Shilo #EBB4A4

Color information

#EBB4A4 (or 0xEBB4A4) is unknown color: approx Shilo. HEX triplet: EB, B4 and A4. RGB value is (235,180,164). Sum of RGB (Red+Green+Blue) = 235+180+164=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB4A4 is #144B5B. Grayscale: #C2C2C2. Windows color (decimal): -1330012 or 10794219. OLE color: 10794219.

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

Color convert

RGB235180164-
CMYK00.230.300.08
HSL13.52º63.96%78.24%-
HSV(B)13.52º30.21%92.16%-
XYZ57.2852.9942.33-
YUV194.62110.72156.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 180 (70.70% from 255) = 31.09%
BLUE value IS 164 (64.45% from 255) = 28.32%
R=40.59%
G=31.09%
B=28.32%

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
Decimal23518016400.230.300.0813.5263.9678.24
HexEBB4A40171E8e404e
Octal353264244027361016100116
Binary111010111011010010100100010111111101000111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4A4; }

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

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

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

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

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

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

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

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