Html Css Color HEX #EDA885 Tonys Pink

📋 copy color: '#EDA885'

red 237 ◦ green 168 ◦ blue 133

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

Shades of Tonys Pink #EDA885

Tints of Tonys Pink #EDA885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.72%

R = 44.05%
G = 31.23%
B = 24.72%

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

#EDA885 (or 0xEDA885) is known color: Tonys Pink. HEX triplet: ED, A8 and 85. RGB value is (237,168,133). Sum of RGB (Red+Green+Blue) = 237+168+133=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA885 is #12577A. Grayscale: #B8B8B8. Windows color (decimal): -1202043 or 8759533. OLE color: 8759533.

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

Color convert

RGB 237 168 133 -
CMYK 0 0.29 0.44 0.07
HSL 20.19º 0.74% 0.73% -
HSV(B) 20.19º 0.44% 0.93% -
XYZ 53.16 47.7 28.6 -
YUV 184.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 237 168 133 0 0.29 0.44 0.07 20.19 0.74 0.73
Hex ED A8 85 0 1D 2C 7 14 4A 49
Octal 355 250 205 0 35 54 7 24 112 111
Binary 11101101 10101000 10000101 0 11101 101100 111 10100 1001010 1001001

Color Harmonies of #EDA885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA885

Black with #EDA885

Text Example


Text Example

White with #EDA885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA885; }

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

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

background-color css

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

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

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

border-color css

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

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

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