Html Css Color HEX #EDA093 Tonys Pink

📋 copy color: '#EDA093'

red 237 ◦ green 160 ◦ blue 147

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

Shades of Tonys Pink #EDA093

Tints of Tonys Pink #EDA093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.02%

R = 43.57%
G = 29.41%
B = 27.02%

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

#EDA093 (or 0xEDA093) is known color: Tonys Pink. HEX triplet: ED, A0 and 93. RGB value is (237,160,147). Sum of RGB (Red+Green+Blue) = 237+160+147=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA093 is #125F6C. Grayscale: #B5B5B5. Windows color (decimal): -1204077 or 9674989. OLE color: 9674989.

HSL color Cylindrical-coordinate representation of color #EDA093: hue angle of 8.67º degrees, saturation: 0.71, 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 #EDA093 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 147 -
CMYK 0 0.32 0.38 0.07
HSL 8.67º 0.71% 0.75% -
HSV(B) 8.67º 0.38% 0.93% -
XYZ 52.76 45.25 33.56 -
YUV 181.54 108.51 167.56 -
System Red Green Blue C M Y K H S L
Decimal 237 160 147 0 0.32 0.38 0.07 8.67 0.71 0.75
Hex ED A0 93 0 20 26 7 9 47 4B
Octal 355 240 223 0 40 46 7 11 107 113
Binary 11101101 10100000 10010011 0 100000 100110 111 1001 1000111 1001011

Color Harmonies of #EDA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA093

Black with #EDA093

Text Example


Text Example

White with #EDA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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