#EBB1A2

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

Shades of Shilo #EBB1A2

Tints of Shilo #EBB1A2

Color information

#EBB1A2 (or 0xEBB1A2) is unknown color: approx Shilo. HEX triplet: EB, B1 and A2. RGB value is (235,177,162). Sum of RGB (Red+Green+Blue) = 235+177+162=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1A2 is #144E5D. Grayscale: #C0C0C0. Windows color (decimal): -1330782 or 10662379. OLE color: 10662379.

HSL color Cylindrical-coordinate representation of color #EBB1A2: hue angle of 12.33º degrees, saturation: 0.65, 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 #EBB1A2 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235177162-
CMYK00.250.310.08
HSL12.33º64.6%77.84%-
HSV(B)12.33º31.06%92.16%-
XYZ56.551.7241.19-
YUV192.63110.72158.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 162 (63.67% from 255) = 28.22%
R=40.94%
G=30.84%
B=28.22%

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
Decimal23517716200.250.310.0812.3364.677.84
HexEBB1A20191F8c414e
Octal353261242031371014101116
Binary111010111011000110100010011001111111000110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1A2; }

 p { color: rgb(235,177,162); }

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

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

 a { background-color: rgb(235,177,162); }

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

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

 span { border-color: rgb(235,177,162); }

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