#EBB8AC

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

Shades of Shilo #EBB8AC

Tints of Shilo #EBB8AC

Color information

#EBB8AC (or 0xEBB8AC) is unknown color: approx Shilo. HEX triplet: EB, B8 and AC. RGB value is (235,184,172). Sum of RGB (Red+Green+Blue) = 235+184+172=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB8AC is #144753. Grayscale: #C5C5C5. Windows color (decimal): -1328980 or 11319531. OLE color: 11319531.

HSL color Cylindrical-coordinate representation of color #EBB8AC: hue angle of 11.43º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBB8AC is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235184172-
CMYK00.220.270.08
HSL11.43º61.17%79.8%-
HSV(B)11.43º26.81%92.16%-
XYZ58.8554.9246.53-
YUV197.88113.4154.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 184 (72.27% from 255) = 31.13%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=39.76%
G=31.13%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518417200.220.270.0811.4361.1779.8
HexEBB8AC0161B8b3d50
Octal35327025402633101375120
Binary11101011101110001010110001011011011100010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8AC; }

 p { color: rgb(235,184,172); }

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

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

 a { background-color: rgb(235,184,172); }

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

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

 span { border-color: rgb(235,184,172); }

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