#EDABA3

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

Shades of Shilo #EDABA3

Tints of Shilo #EDABA3

Color information

#EDABA3 (or 0xEDABA3) is unknown color: approx Shilo. HEX triplet: ED, AB and A3. RGB value is (237,171,163). Sum of RGB (Red+Green+Blue) = 237+171+163=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA3 is #12545C. Grayscale: #BDBDBD. Windows color (decimal): -1201245 or 10726381. OLE color: 10726381.

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

Color convert

RGB237171163-
CMYK00.280.310.07
HSL6.49º67.27%78.43%-
HSV(B)6.49º31.22%92.94%-
XYZ56.149.7741.3-
YUV189.82112.87161.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 163 (64.06% from 255) = 28.55%
R=41.51%
G=29.95%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717116300.280.310.076.4967.2778.43
HexEDABA301C1F76434e
Octal3552532430343776103116
Binary1110110110101011101000110111001111111111010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABA3; }

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

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

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

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

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

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

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

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