Html Css Color HEX #EDA990 Tonys Pink

📋 copy color: '#EDA990'

red 237 ◦ green 169 ◦ blue 144

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

Shades of Tonys Pink #EDA990

Tints of Tonys Pink #EDA990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.73%

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

R = 43.09%
G = 30.73%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDA990 (or 0xEDA990) is known color: Tonys Pink. HEX triplet: ED, A9 and 90. RGB value is (237,169,144). Sum of RGB (Red+Green+Blue) = 237+169+144=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA990 is #12566F. Grayscale: #BABABA. Windows color (decimal): -1201776 or 9480685. OLE color: 9480685.

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

Color convert

RGB 237 169 144 -
CMYK 0 0.29 0.39 0.07
HSL 16.13º 0.72% 0.75% -
HSV(B) 16.13º 0.39% 0.93% -
XYZ 54.15 48.39 32.87 -
YUV 186.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 237 169 144 0 0.29 0.39 0.07 16.13 0.72 0.75
Hex ED A9 90 0 1D 27 7 10 48 4B
Octal 355 251 220 0 35 47 7 20 110 113
Binary 11101101 10101001 10010000 0 11101 100111 111 10000 1001000 1001011

Color Harmonies of #EDA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA990

Black with #EDA990

Text Example


Text Example

White with #EDA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA990; }

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

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

background-color css

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

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

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

border-color css

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

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

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