#EBB4AA

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

Shades of Shilo #EBB4AA

Tints of Shilo #EBB4AA

Color information

#EBB4AA (or 0xEBB4AA) is unknown color: approx Shilo. HEX triplet: EB, B4 and AA. RGB value is (235,180,170). Sum of RGB (Red+Green+Blue) = 235+180+170=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB4AA is #144B55. Grayscale: #C3C3C3. Windows color (decimal): -1330006 or 11187435. OLE color: 11187435.

HSL color Cylindrical-coordinate representation of color #EBB4AA: hue angle of 9.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB4AA is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235180170-
CMYK00.230.280.08
HSL9.23º61.9%79.41%-
HSV(B)9.23º27.66%92.16%-
XYZ57.8453.2145.25-
YUV195.3113.72156.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 180 (70.70% from 255) = 30.77%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=40.17%
G=30.77%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518017000.230.280.089.2361.979.41
HexEBB4AA0171C893e4f
Octal35326425202734101176117
Binary11101011101101001010101001011111100100010011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4AA; }

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

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

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

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

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

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

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

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