Html Css Color HEX #EDA286 Tonys Pink

📋 copy color: '#EDA286'

red 237 ◦ green 162 ◦ blue 134

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

Shades of Tonys Pink #EDA286

Tints of Tonys Pink #EDA286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.39%

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

R = 44.47%
G = 30.39%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA286 (or 0xEDA286) is known color: Tonys Pink. HEX triplet: ED, A2 and 86. RGB value is (237,162,134). Sum of RGB (Red+Green+Blue) = 237+162+134=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA286 is #125D79. Grayscale: #B5B5B5. Windows color (decimal): -1203578 or 8823533. OLE color: 8823533.

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

Color convert

RGB 237 162 134 -
CMYK 0 0.32 0.43 0.07
HSL 16.31º 0.74% 0.73% -
HSV(B) 16.31º 0.43% 0.93% -
XYZ 52.15 45.57 28.6 -
YUV 181.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 237 162 134 0 0.32 0.43 0.07 16.31 0.74 0.73
Hex ED A2 86 0 20 2B 7 10 4A 49
Octal 355 242 206 0 40 53 7 20 112 111
Binary 11101101 10100010 10000110 0 100000 101011 111 10000 1001010 1001001

Color Harmonies of #EDA286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA286

Black with #EDA286

Text Example


Text Example

White with #EDA286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA286; }

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

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

background-color css

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

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

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

border-color css

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

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

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