#EDADA5

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

Shades of Shilo #EDADA5

Tints of Shilo #EDADA5

Color information

#EDADA5 (or 0xEDADA5) is unknown color: approx Shilo. HEX triplet: ED, AD and A5. RGB value is (237,173,165). Sum of RGB (Red+Green+Blue) = 237+173+165=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADA5 is #12525A. Grayscale: #BFBFBF. Windows color (decimal): -1200731 or 10857965. OLE color: 10857965.

HSL color Cylindrical-coordinate representation of color #EDADA5: hue angle of 6.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDADA5 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237173165-
CMYK00.270.300.07
HSL6.67º66.67%78.82%-
HSV(B)6.67º30.38%92.94%-
XYZ56.6650.6142.38-
YUV191.22113.2160.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 165 (64.84% from 255) = 28.70%
R=41.22%
G=30.09%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717316500.270.300.076.6766.6778.82
HexEDADA501B1E77434f
Octal3552552450333677103117
Binary1110110110101101101001010110111111011111110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADA5; }

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

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

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

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

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

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

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

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