#EDADA4

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

Shades of Shilo #EDADA4

Tints of Shilo #EDADA4

Color information

#EDADA4 (or 0xEDADA4) is unknown color: approx Shilo. HEX triplet: ED, AD and A4. RGB value is (237,173,164). Sum of RGB (Red+Green+Blue) = 237+173+164=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADA4 is #12525B. Grayscale: #BFBFBF. Windows color (decimal): -1200732 or 10792429. OLE color: 10792429.

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

Color convert

RGB237173164-
CMYK00.270.310.07
HSL7.4º66.97%78.63%-
HSV(B)7.4º30.8%92.94%-
XYZ56.5750.5741.9-
YUV191.11112.7160.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 164 (64.45% from 255) = 28.57%
R=41.29%
G=30.14%
B=28.57%

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
Decimal23717316400.270.310.077.466.9778.63
HexEDADA401B1F77434f
Octal3552552440333777103117
Binary1110110110101101101001000110111111111111110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADA4; }

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

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

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

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

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

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

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

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