#EBACA7

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

Shades of Shilo #EBACA7

Tints of Shilo #EBACA7

Color information

#EBACA7 (or 0xEBACA7) is unknown color: approx Shilo. HEX triplet: EB, AC and A7. RGB value is (235,172,167). Sum of RGB (Red+Green+Blue) = 235+172+167=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBACA7 is #145358. Grayscale: #BEBEBE. Windows color (decimal): -1332057 or 10988779. OLE color: 10988779.

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

Color convert

RGB235172167-
CMYK00.270.290.08
HSL4.41º62.96%78.82%-
HSV(B)4.41º28.94%92.16%-
XYZ55.9949.9643.25-
YUV190.27114.87159.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 167 (65.62% from 255) = 29.09%
R=40.94%
G=29.97%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517216700.270.290.084.4162.9678.82
HexEBACA701B1D843f4f
Octal3532542470333510477117
Binary1110101110101100101001110110111110110001001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACA7; }

 p { color: rgb(235,172,167); }

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

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

 a { background-color: rgb(235,172,167); }

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

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

 span { border-color: rgb(235,172,167); }

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