Html Css Color HEX #EDA884 Tonys Pink

📋 copy color: '#EDA884'

red 237 ◦ green 168 ◦ blue 132

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

Shades of Tonys Pink #EDA884

Tints of Tonys Pink #EDA884

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.28%

 BLUE value IS 132 (51.95% from 255) = 24.58%

R = 44.13%
G = 31.28%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDA884 (or 0xEDA884) is known color: Tonys Pink. HEX triplet: ED, A8 and 84. RGB value is (237,168,132). Sum of RGB (Red+Green+Blue) = 237+168+132=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA884 is #12577B. Grayscale: #B8B8B8. Windows color (decimal): -1202044 or 8693997. OLE color: 8693997.

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

Color convert

RGB 237 168 132 -
CMYK 0 0.29 0.44 0.07
HSL 20.57º 0.74% 0.72% -
HSV(B) 20.57º 0.44% 0.93% -
XYZ 53.09 47.68 28.23 -
YUV 184.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 237 168 132 0 0.29 0.44 0.07 20.57 0.74 0.72
Hex ED A8 84 0 1D 2C 7 15 4A 48
Octal 355 250 204 0 35 54 7 25 112 110
Binary 11101101 10101000 10000100 0 11101 101100 111 10101 1001010 1001000

Color Harmonies of #EDA884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA884

Black with #EDA884

Text Example


Text Example

White with #EDA884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA884; }

 p { color: rgb(237,168,132); }

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

background-color css

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

 a { background-color: rgb(237,168,132); }

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

border-color css

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

 span { border-color: rgb(237,168,132); }

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