#EBB0A3

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

Shades of Shilo #EBB0A3

Tints of Shilo #EBB0A3

Color information

#EBB0A3 (or 0xEBB0A3) is unknown color: approx Shilo. HEX triplet: EB, B0 and A3. RGB value is (235,176,163). Sum of RGB (Red+Green+Blue) = 235+176+163=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0A3 is #144F5C. Grayscale: #C0C0C0. Windows color (decimal): -1331037 or 10727659. OLE color: 10727659.

HSL color Cylindrical-coordinate representation of color #EBB0A3: hue angle of 10.83º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBB0A3 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235176163-
CMYK00.250.310.08
HSL10.83º64.29%78.04%-
HSV(B)10.83º30.64%92.16%-
XYZ56.451.3641.59-
YUV192.16111.55158.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 176 (69.14% from 255) = 30.66%
BLUE value IS 163 (64.06% from 255) = 28.40%
R=40.94%
G=30.66%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517616300.250.310.0810.8364.2978.04
HexEBB0A30191F8b404e
Octal353260243031371013100116
Binary111010111011000010100011011001111111000101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0A3; }

 p { color: rgb(235,176,163); }

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

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

 a { background-color: rgb(235,176,163); }

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

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

 span { border-color: rgb(235,176,163); }

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