Html Css Color HEX #EDA690 Tonys Pink

📋 copy color: '#EDA690'

red 237 ◦ green 166 ◦ blue 144

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

Shades of Tonys Pink #EDA690

Tints of Tonys Pink #EDA690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.35%

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

R = 43.33%
G = 30.35%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDA690 (or 0xEDA690) is known color: Tonys Pink. HEX triplet: ED, A6 and 90. RGB value is (237,166,144). Sum of RGB (Red+Green+Blue) = 237+166+144=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA690 is #12596F. Grayscale: #B8B8B8. Windows color (decimal): -1202544 or 9479917. OLE color: 9479917.

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

Color convert

RGB 237 166 144 -
CMYK 0 0.30 0.39 0.07
HSL 14.19º 0.72% 0.75% -
HSV(B) 14.19º 0.39% 0.93% -
XYZ 53.6 47.29 32.69 -
YUV 184.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 237 166 144 0 0.30 0.39 0.07 14.19 0.72 0.75
Hex ED A6 90 0 1E 27 7 E 48 4B
Octal 355 246 220 0 36 47 7 16 110 113
Binary 11101101 10100110 10010000 0 11110 100111 111 1110 1001000 1001011

Color Harmonies of #EDA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA690

Black with #EDA690

Text Example


Text Example

White with #EDA690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA690; }

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

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

background-color css

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

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

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

border-color css

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

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

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