#EDADA3

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

Shades of Shilo #EDADA3

Tints of Shilo #EDADA3

Color information

#EDADA3 (or 0xEDADA3) is unknown color: approx Shilo. HEX triplet: ED, AD and A3. RGB value is (237,173,163). Sum of RGB (Red+Green+Blue) = 237+173+163=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 163 (64.06% from 255 or 28.45% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADA3 is #12525C. Grayscale: #BFBFBF. Windows color (decimal): -1200733 or 10726893. OLE color: 10726893.

HSL color Cylindrical-coordinate representation of color #EDADA3: hue angle of 8.11º 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 #EDADA3 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB237173163-
CMYK00.270.310.07
HSL8.11º67.27%78.43%-
HSV(B)8.11º31.22%92.94%-
XYZ56.4850.5441.43-
YUV191112.2160.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 163 (64.06% from 255) = 28.45%
R=41.36%
G=30.19%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717316300.270.310.078.1167.2778.43
HexEDADA301B1F78434e
Octal35525524303337710103116
Binary11101101101011011010001101101111111111100010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADA3; }

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

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

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

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

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

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

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

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