#EDA191

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

Shades of Tonys Pink #EDA191

Tints of Tonys Pink #EDA191

Color information

#EDA191 (or 0xEDA191) is unknown color: approx Tonys Pink. HEX triplet: ED, A1 and 91. RGB value is (237,161,145). Sum of RGB (Red+Green+Blue) = 237+161+145=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA191 is #125E6E. Grayscale: #B6B6B6. Windows color (decimal): -1203823 or 9544173. OLE color: 9544173.

HSL color Cylindrical-coordinate representation of color #EDA191: hue angle of 10.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDA191 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237161145-
CMYK00.320.390.07
HSL10.43º71.88%74.9%-
HSV(B)10.43º38.82%92.94%-
XYZ52.7845.5432.8-
YUV181.9107.18167.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 161 (63.28% from 255) = 29.65%
BLUE value IS 145 (57.03% from 255) = 26.70%
R=43.65%
G=29.65%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716114500.320.390.0710.4371.8874.9
HexEDA191020277a484b
Octal35524122104047712110113
Binary1110110110100001100100010100000100111111101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA191; }

 p { color: rgb(237,161,145); }

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

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

 a { background-color: rgb(237,161,145); }

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

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

 span { border-color: rgb(237,161,145); }

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