Html Css Color HEX #EDA082 Tonys Pink

📋 copy color: '#EDA082'

red 237 ◦ green 160 ◦ blue 130

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

Shades of Tonys Pink #EDA082

Tints of Tonys Pink #EDA082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.67%

R = 44.97%
G = 30.36%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDA082 (or 0xEDA082) is known color: Tonys Pink. HEX triplet: ED, A0 and 82. RGB value is (237,160,130). Sum of RGB (Red+Green+Blue) = 237+160+130=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA082 is #125F7D. Grayscale: #B3B3B3. Windows color (decimal): -1204094 or 8560877. OLE color: 8560877.

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

Color convert

RGB 237 160 130 -
CMYK 0 0.32 0.45 0.07
HSL 16.82º 0.75% 0.72% -
HSV(B) 16.82º 0.45% 0.93% -
XYZ 51.53 44.76 27.04 -
YUV 179.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 237 160 130 0 0.32 0.45 0.07 16.82 0.75 0.72
Hex ED A0 82 0 20 2D 7 11 4B 48
Octal 355 240 202 0 40 55 7 21 113 110
Binary 11101101 10100000 10000010 0 100000 101101 111 10001 1001011 1001000

Color Harmonies of #EDA082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA082

Black with #EDA082

Text Example


Text Example

White with #EDA082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA082; }

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

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

background-color css

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

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

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

border-color css

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

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

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