Html Css Color HEX #EDA092 Tonys Pink

📋 copy color: '#EDA092'

red 237 ◦ green 160 ◦ blue 146

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

Shades of Tonys Pink #EDA092

Tints of Tonys Pink #EDA092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.89%

R = 43.65%
G = 29.47%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDA092 (or 0xEDA092) is known color: Tonys Pink. HEX triplet: ED, A0 and 92. RGB value is (237,160,146). Sum of RGB (Red+Green+Blue) = 237+160+146=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA092 is #125F6D. Grayscale: #B5B5B5. Windows color (decimal): -1204078 or 9609453. OLE color: 9609453.

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

Color convert

RGB 237 160 146 -
CMYK 0 0.32 0.38 0.07
HSL 9.23º 0.72% 0.75% -
HSV(B) 9.23º 0.38% 0.93% -
XYZ 52.68 45.22 33.15 -
YUV 181.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 237 160 146 0 0.32 0.38 0.07 9.23 0.72 0.75
Hex ED A0 92 0 20 26 7 9 48 4B
Octal 355 240 222 0 40 46 7 11 110 113
Binary 11101101 10100000 10010010 0 100000 100110 111 1001 1001000 1001011

Color Harmonies of #EDA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA092

Black with #EDA092

Text Example


Text Example

White with #EDA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA092; }

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

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

background-color css

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

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

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

border-color css

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

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

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