Html Css Color HEX #EDA080 Tonys Pink

📋 copy color: '#EDA080'

red 237 ◦ green 160 ◦ blue 128

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

Shades of Tonys Pink #EDA080

Tints of Tonys Pink #EDA080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.38%

R = 45.14%
G = 30.48%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDA080 (or 0xEDA080) is known color: Tonys Pink. HEX triplet: ED, A0 and 80. RGB value is (237,160,128). Sum of RGB (Red+Green+Blue) = 237+160+128=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA080 is #125F7F. Grayscale: #B3B3B3. Windows color (decimal): -1204096 or 8429805. OLE color: 8429805.

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

Color convert

RGB 237 160 128 -
CMYK 0 0.32 0.46 0.07
HSL 17.61º 0.75% 0.72% -
HSV(B) 17.61º 0.46% 0.93% -
XYZ 51.39 44.7 26.34 -
YUV 179.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 237 160 128 0 0.32 0.46 0.07 17.61 0.75 0.72
Hex ED A0 80 0 20 2E 7 12 4B 48
Octal 355 240 200 0 40 56 7 22 113 110
Binary 11101101 10100000 10000000 0 100000 101110 111 10010 1001011 1001000

Color Harmonies of #EDA080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA080

Black with #EDA080

Text Example


Text Example

White with #EDA080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA080; }

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

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

background-color css

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

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

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

border-color css

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

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

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