Html Css Color HEX #EDA496 Tonys Pink

📋 copy color: '#EDA496'

red 237 ◦ green 164 ◦ blue 150

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

Shades of Tonys Pink #EDA496

Tints of Tonys Pink #EDA496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.22%

R = 43.01%
G = 29.76%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDA496 (or 0xEDA496) is known color: Tonys Pink. HEX triplet: ED, A4 and 96. RGB value is (237,164,150). Sum of RGB (Red+Green+Blue) = 237+164+150=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA496 is #125B69. Grayscale: #B8B8B8. Windows color (decimal): -1203050 or 9872621. OLE color: 9872621.

HSL color Cylindrical-coordinate representation of color #EDA496: hue angle of 9.66º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDA496 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 150 -
CMYK 0 0.31 0.37 0.07
HSL 9.66º 0.71% 0.76% -
HSV(B) 9.66º 0.37% 0.93% -
XYZ 53.71 46.76 35.05 -
YUV 184.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 237 164 150 0 0.31 0.37 0.07 9.66 0.71 0.76
Hex ED A4 96 0 1F 25 7 A 47 4C
Octal 355 244 226 0 37 45 7 12 107 114
Binary 11101101 10100100 10010110 0 11111 100101 111 1010 1000111 1001100

Color Harmonies of #EDA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA496

Black with #EDA496

Text Example


Text Example

White with #EDA496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA496; }

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

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

background-color css

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

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

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

border-color css

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

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

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