Html Css Color HEX #EDA488 Tonys Pink

📋 copy color: '#EDA488'

red 237 ◦ green 164 ◦ blue 136

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

Shades of Tonys Pink #EDA488

Tints of Tonys Pink #EDA488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.33%

R = 44.13%
G = 30.54%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA488 (or 0xEDA488) is known color: Tonys Pink. HEX triplet: ED, A4 and 88. RGB value is (237,164,136). Sum of RGB (Red+Green+Blue) = 237+164+136=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA488 is #125B77. Grayscale: #B6B6B6. Windows color (decimal): -1203064 or 8955117. OLE color: 8955117.

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

Color convert

RGB 237 164 136 -
CMYK 0 0.31 0.43 0.07
HSL 16.63º 0.74% 0.73% -
HSV(B) 16.63º 0.43% 0.93% -
XYZ 52.64 46.33 29.46 -
YUV 182.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 237 164 136 0 0.31 0.43 0.07 16.63 0.74 0.73
Hex ED A4 88 0 1F 2B 7 11 4A 49
Octal 355 244 210 0 37 53 7 21 112 111
Binary 11101101 10100100 10001000 0 11111 101011 111 10001 1001010 1001001

Color Harmonies of #EDA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA488

Black with #EDA488

Text Example


Text Example

White with #EDA488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA488; }

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

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

background-color css

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

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

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

border-color css

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

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

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