#EBA69E

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

Shades of Shilo #EBA69E

Tints of Shilo #EBA69E

Color information

#EBA69E (or 0xEBA69E) is unknown color: approx Shilo. HEX triplet: EB, A6 and 9E. RGB value is (235,166,158). Sum of RGB (Red+Green+Blue) = 235+166+158=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA69E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA69E is #145961. Grayscale: #B9B9B9. Windows color (decimal): -1333602 or 10397419. OLE color: 10397419.

HSL color Cylindrical-coordinate representation of color #EBA69E: hue angle of 6.23º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA69E is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB235166158-
CMYK00.290.330.08
HSL6.23º65.81%77.06%-
HSV(B)6.23º32.77%92.16%-
XYZ54.0747.438.65-
YUV185.72112.36163.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 158 (62.11% from 255) = 28.26%
R=42.04%
G=29.70%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516615800.290.330.086.2365.8177.06
HexEBA69E01D2186424d
Octal35324623603541106102115
Binary111010111010011010011110011101100001100011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA69E; }

 p { color: rgb(235,166,158); }

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

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

 a { background-color: rgb(235,166,158); }

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

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

 span { border-color: rgb(235,166,158); }

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