Html Css Color HEX #EDA58C Tonys Pink

📋 copy color: '#EDA58C'

red 237 ◦ green 165 ◦ blue 140

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

Shades of Tonys Pink #EDA58C

Tints of Tonys Pink #EDA58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.83%

R = 43.73%
G = 30.44%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDA58C (or 0xEDA58C) is known color: Tonys Pink. HEX triplet: ED, A5 and 8C. RGB value is (237,165,140). Sum of RGB (Red+Green+Blue) = 237+165+140=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA58C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA58C is #125A73. Grayscale: #B7B7B7. Windows color (decimal): -1202804 or 9217517. OLE color: 9217517.

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

Color convert

RGB 237 165 140 -
CMYK 0 0.30 0.41 0.07
HSL 15.46º 0.73% 0.74% -
HSV(B) 15.46º 0.41% 0.93% -
XYZ 53.11 46.81 31.05 -
YUV 183.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 237 165 140 0 0.30 0.41 0.07 15.46 0.73 0.74
Hex ED A5 8C 0 1E 29 7 F 49 4A
Octal 355 245 214 0 36 51 7 17 111 112
Binary 11101101 10100101 10001100 0 11110 101001 111 1111 1001001 1001010

Color Harmonies of #EDA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA58C

Black with #EDA58C

Text Example


Text Example

White with #EDA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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