#E7ACA5

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

Shades of Shilo #E7ACA5

Tints of Shilo #E7ACA5

Color information

#E7ACA5 (or 0xE7ACA5) is unknown color: approx Shilo. HEX triplet: E7, AC and A5. RGB value is (231,172,165). Sum of RGB (Red+Green+Blue) = 231+172+165=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ACA5 is #18535A. Grayscale: #BCBCBC. Windows color (decimal): -1594203 or 10857703. OLE color: 10857703.

HSL color Cylindrical-coordinate representation of color #E7ACA5: hue angle of 6.36º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7ACA5 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB231172165-
CMYK00.260.290.09
HSL6.36º57.89%77.65%-
HSV(B)6.36º28.57%90.59%-
XYZ54.549.2142.22-
YUV188.84114.55158.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 165 (64.84% from 255) = 29.05%
R=40.67%
G=30.28%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117216500.260.290.096.3657.8977.65
HexE7ACA501A1D963a4e
Octal3472542450323511672116
Binary1110011110101100101001010110101110110011101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACA5; }

 p { color: rgb(231,172,165); }

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

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

 a { background-color: rgb(231,172,165); }

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

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

 span { border-color: rgb(231,172,165); }

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