Html Css Color HEX #EDA392 Tonys Pink

📋 copy color: '#EDA392'

red 237 ◦ green 163 ◦ blue 146

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

Shades of Tonys Pink #EDA392

Tints of Tonys Pink #EDA392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.85%

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

R = 43.41%
G = 29.85%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDA392 (or 0xEDA392) is known color: Tonys Pink. HEX triplet: ED, A3 and 92. RGB value is (237,163,146). Sum of RGB (Red+Green+Blue) = 237+163+146=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA392 is #125C6D. Grayscale: #B7B7B7. Windows color (decimal): -1203310 or 9610221. OLE color: 9610221.

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

Color convert

RGB 237 163 146 -
CMYK 0 0.31 0.38 0.07
HSL 11.21º 0.72% 0.75% -
HSV(B) 11.21º 0.38% 0.93% -
XYZ 53.21 46.27 33.32 -
YUV 183.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 237 163 146 0 0.31 0.38 0.07 11.21 0.72 0.75
Hex ED A3 92 0 1F 26 7 B 48 4B
Octal 355 243 222 0 37 46 7 13 110 113
Binary 11101101 10100011 10010010 0 11111 100110 111 1011 1001000 1001011

Color Harmonies of #EDA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA392

Black with #EDA392

Text Example


Text Example

White with #EDA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA392; }

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

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

background-color css

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

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

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

border-color css

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

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

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