#EBA29B

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

Shades of Shilo #EBA29B

Tints of Shilo #EBA29B

Color information

#EBA29B (or 0xEBA29B) is unknown color: approx Shilo. HEX triplet: EB, A2 and 9B. RGB value is (235,162,155). Sum of RGB (Red+Green+Blue) = 235+162+155=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA29B is #145D64. Grayscale: #B7B7B7. Windows color (decimal): -1334629 or 10199787. OLE color: 10199787.

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

Color convert

RGB235162155-
CMYK00.310.340.08
HSL5.25º66.67%76.47%-
HSV(B)5.25º34.04%92.16%-
XYZ53.145.8737.07-
YUV183.03112.18165.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.57%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 155 (60.94% from 255) = 28.08%
R=42.57%
G=29.35%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516215500.310.340.085.2566.6776.47
HexEBA29B01F2285434c
Octal35324223303742105103114
Binary111010111010001010011011011111100010100010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA29B; }

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

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

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

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

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

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

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

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