Html Css Color HEX #EDA091 Tonys Pink

📋 copy color: '#EDA091'

red 237 ◦ green 160 ◦ blue 145

#EDA091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tonys Pink #EDA091

Tints of Tonys Pink #EDA091

RGB

 RED value IS 237 (92.97% from 255) = 43.73%

 GREEN value IS 160 (62.89% from 255) = 29.52%

 BLUE value IS 145 (57.03% from 255) = 26.75%

R = 43.73%
G = 29.52%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDA091 (or 0xEDA091) is known color: Tonys Pink. HEX triplet: ED, A0 and 91. RGB value is (237,160,145). Sum of RGB (Red+Green+Blue) = 237+160+145=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA091 is #125F6E. Grayscale: #B5B5B5. Windows color (decimal): -1204079 or 9543917. OLE color: 9543917.

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

Color convert

RGB 237 160 145 -
CMYK 0 0.32 0.39 0.07
HSL 9.78º 0.72% 0.75% -
HSV(B) 9.78º 0.39% 0.93% -
XYZ 52.61 45.19 32.74 -
YUV 181.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 237 160 145 0 0.32 0.39 0.07 9.78 0.72 0.75
Hex ED A0 91 0 20 27 7 A 48 4B
Octal 355 240 221 0 40 47 7 12 110 113
Binary 11101101 10100000 10010001 0 100000 100111 111 1010 1001000 1001011

Color Harmonies of #EDA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA091

Black with #EDA091

Text Example


Text Example

White with #EDA091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA091; }

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

 H1.HeaderClassName
 {
   color: #EDA091;
 }
 .AnyTagClassName
 {
   color: #EDA091;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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