Html Css Color HEX #EDA58E Tonys Pink

📋 copy color: '#EDA58E'

red 237 ◦ green 165 ◦ blue 142

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

Shades of Tonys Pink #EDA58E

Tints of Tonys Pink #EDA58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.33%

 BLUE value IS 142 (55.86% from 255) = 26.1%

R = 43.57%
G = 30.33%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDA58E (or 0xEDA58E) is known color: Tonys Pink. HEX triplet: ED, A5 and 8E. RGB value is (237,165,142). Sum of RGB (Red+Green+Blue) = 237+165+142=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA58E is #125A71. Grayscale: #B8B8B8. Windows color (decimal): -1202802 or 9348589. OLE color: 9348589.

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

Color convert

RGB 237 165 142 -
CMYK 0 0.30 0.40 0.07
HSL 14.53º 0.73% 0.74% -
HSV(B) 14.53º 0.4% 0.93% -
XYZ 53.26 46.87 31.83 -
YUV 183.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 237 165 142 0 0.30 0.40 0.07 14.53 0.73 0.74
Hex ED A5 8E 0 1E 28 7 F 49 4A
Octal 355 245 216 0 36 50 7 17 111 112
Binary 11101101 10100101 10001110 0 11110 101000 111 1111 1001001 1001010

Color Harmonies of #EDA58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA58E

Black with #EDA58E

Text Example


Text Example

White with #EDA58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA58E; }

 p { color: rgb(237,165,142); }

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

background-color css

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

 a { background-color: rgb(237,165,142); }

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

border-color css

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

 span { border-color: rgb(237,165,142); }

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