Html Css Color HEX #EDA494 Tonys Pink

📋 copy color: '#EDA494'

red 237 ◦ green 164 ◦ blue 148

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

Shades of Tonys Pink #EDA494

Tints of Tonys Pink #EDA494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.87%

 BLUE value IS 148 (58.2% from 255) = 26.96%

R = 43.17%
G = 29.87%
B = 26.96%

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

#EDA494 (or 0xEDA494) is known color: Tonys Pink. HEX triplet: ED, A4 and 94. RGB value is (237,164,148). Sum of RGB (Red+Green+Blue) = 237+164+148=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA494 is #125B6B. Grayscale: #B8B8B8. Windows color (decimal): -1203052 or 9741549. OLE color: 9741549.

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

Color convert

RGB 237 164 148 -
CMYK 0 0.31 0.38 0.07
HSL 10.79º 0.71% 0.75% -
HSV(B) 10.79º 0.38% 0.93% -
XYZ 53.55 46.69 34.21 -
YUV 184 107.68 165.8 -
System Red Green Blue C M Y K H S L
Decimal 237 164 148 0 0.31 0.38 0.07 10.79 0.71 0.75
Hex ED A4 94 0 1F 26 7 B 47 4B
Octal 355 244 224 0 37 46 7 13 107 113
Binary 11101101 10100100 10010100 0 11111 100110 111 1011 1000111 1001011

Color Harmonies of #EDA494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA494

Black with #EDA494

Text Example


Text Example

White with #EDA494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA494; }

 p { color: rgb(237,164,148); }

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

background-color css

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

 a { background-color: rgb(237,164,148); }

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

border-color css

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

 span { border-color: rgb(237,164,148); }

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