#EDABA2

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

Shades of Shilo #EDABA2

Tints of Shilo #EDABA2

Color information

#EDABA2 (or 0xEDABA2) is unknown color: approx Shilo. HEX triplet: ED, AB and A2. RGB value is (237,171,162). Sum of RGB (Red+Green+Blue) = 237+171+162=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA2 is #12545D. Grayscale: #BDBDBD. Windows color (decimal): -1201246 or 10660845. OLE color: 10660845.

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

Color convert

RGB237171162-
CMYK00.280.320.07
HSL7.2º67.57%78.24%-
HSV(B)7.2º31.65%92.94%-
XYZ56.0149.7440.83-
YUV189.71112.37161.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 162 (63.67% from 255) = 28.42%
R=41.58%
G=30%
B=28.42%

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
Decimal23717116200.280.320.077.267.5778.24
HexEDABA201C2077444e
Octal3552532420344077104116
Binary11101101101010111010001001110010000011111110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABA2; }

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

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

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

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

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

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

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

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