Html Css Color HEX #EDA190 Tonys Pink

📋 copy color: '#EDA190'

red 237 ◦ green 161 ◦ blue 144

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

Shades of Tonys Pink #EDA190

Tints of Tonys Pink #EDA190

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.7%

 BLUE value IS 144 (56.64% from 255) = 26.57%

R = 43.73%
G = 29.7%
B = 26.57%

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

#EDA190 (or 0xEDA190) is known color: Tonys Pink. HEX triplet: ED, A1 and 90. RGB value is (237,161,144). Sum of RGB (Red+Green+Blue) = 237+161+144=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA190 is #125E6F. Grayscale: #B5B5B5. Windows color (decimal): -1203824 or 9478637. OLE color: 9478637.

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

Color convert

RGB 237 161 144 -
CMYK 0 0.32 0.39 0.07
HSL 10.97º 0.72% 0.75% -
HSV(B) 10.97º 0.39% 0.93% -
XYZ 52.7 45.51 32.39 -
YUV 181.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 237 161 144 0 0.32 0.39 0.07 10.97 0.72 0.75
Hex ED A1 90 0 20 27 7 B 48 4B
Octal 355 241 220 0 40 47 7 13 110 113
Binary 11101101 10100001 10010000 0 100000 100111 111 1011 1001000 1001011

Color Harmonies of #EDA190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA190

Black with #EDA190

Text Example


Text Example

White with #EDA190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA190; }

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

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

background-color css

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

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

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

border-color css

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

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

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