#EDB1AA

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

Shades of Shilo #EDB1AA

Tints of Shilo #EDB1AA

Color information

#EDB1AA (or 0xEDB1AA) is unknown color: approx Shilo. HEX triplet: ED, B1 and AA. RGB value is (237,177,170). Sum of RGB (Red+Green+Blue) = 237+177+170=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1AA is #124E55. Grayscale: #C2C2C2. Windows color (decimal): -1199702 or 11186669. OLE color: 11186669.

HSL color Cylindrical-coordinate representation of color #EDB1AA: hue angle of 6.27º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB1AA is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237177170-
CMYK00.250.280.07
HSL6.27º65.05%79.8%-
HSV(B)6.27º28.27%92.94%-
XYZ57.952.3545.08-
YUV194.14114.38158.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=40.58%
G=30.31%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717717000.250.280.076.2765.0579.8
HexEDB1AA0191C764150
Octal3552612520313476101120
Binary1110110110110001101010100110011110011111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB1AA; }

 p { color: rgb(237,177,170); }

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

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

 a { background-color: rgb(237,177,170); }

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

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

 span { border-color: rgb(237,177,170); }

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