Html Css Color HEX #EDA886 Tonys Pink

📋 copy color: '#EDA886'

red 237 ◦ green 168 ◦ blue 134

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

Shades of Tonys Pink #EDA886

Tints of Tonys Pink #EDA886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.86%

R = 43.97%
G = 31.17%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA886 (or 0xEDA886) is known color: Tonys Pink. HEX triplet: ED, A8 and 86. RGB value is (237,168,134). Sum of RGB (Red+Green+Blue) = 237+168+134=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA886 is #125779. Grayscale: #B8B8B8. Windows color (decimal): -1202042 or 8825069. OLE color: 8825069.

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

Color convert

RGB 237 168 134 -
CMYK 0 0.29 0.43 0.07
HSL 19.81º 0.74% 0.73% -
HSV(B) 19.81º 0.43% 0.93% -
XYZ 53.23 47.73 28.96 -
YUV 184.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 237 168 134 0 0.29 0.43 0.07 19.81 0.74 0.73
Hex ED A8 86 0 1D 2B 7 14 4A 49
Octal 355 250 206 0 35 53 7 24 112 111
Binary 11101101 10101000 10000110 0 11101 101011 111 10100 1001010 1001001

Color Harmonies of #EDA886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA886

Black with #EDA886

Text Example


Text Example

White with #EDA886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA886; }

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

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

background-color css

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

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

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

border-color css

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

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

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