#EDABA1

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

Shades of Shilo #EDABA1

Tints of Shilo #EDABA1

Color information

#EDABA1 (or 0xEDABA1) is unknown color: approx Shilo. HEX triplet: ED, AB and A1. RGB value is (237,171,161). Sum of RGB (Red+Green+Blue) = 237+171+161=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA1 is #12545E. Grayscale: #BDBDBD. Windows color (decimal): -1201247 or 10595309. OLE color: 10595309.

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

Color convert

RGB237171161-
CMYK00.280.320.07
HSL7.89º67.86%78.04%-
HSV(B)7.89º32.07%92.94%-
XYZ55.9249.740.36-
YUV189.59111.87161.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 161 (63.28% from 255) = 28.30%
R=41.65%
G=30.05%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717116100.280.320.077.8967.8678.04
HexEDABA101C2078444e
Octal35525324103440710104116
Binary111011011010101110100001011100100000111100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABA1; }

 p { color: rgb(237,171,161); }

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

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

 a { background-color: rgb(237,171,161); }

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

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

 span { border-color: rgb(237,171,161); }

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