Html Css Color HEX #EDA48D Tonys Pink

📋 copy color: '#EDA48D'

red 237 ◦ green 164 ◦ blue 141

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

Shades of Tonys Pink #EDA48D

Tints of Tonys Pink #EDA48D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.26%

 BLUE value IS 141 (55.47% from 255) = 26.01%

R = 43.73%
G = 30.26%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDA48D (or 0xEDA48D) is known color: Tonys Pink. HEX triplet: ED, A4 and 8D. RGB value is (237,164,141). Sum of RGB (Red+Green+Blue) = 237+164+141=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA48D is #125B72. Grayscale: #B7B7B7. Windows color (decimal): -1203059 or 9282797. OLE color: 9282797.

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

Color convert

RGB 237 164 141 -
CMYK 0 0.31 0.41 0.07
HSL 14.38º 0.73% 0.74% -
HSV(B) 14.38º 0.41% 0.93% -
XYZ 53.01 46.48 31.38 -
YUV 183.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 237 164 141 0 0.31 0.41 0.07 14.38 0.73 0.74
Hex ED A4 8D 0 1F 29 7 E 49 4A
Octal 355 244 215 0 37 51 7 16 111 112
Binary 11101101 10100100 10001101 0 11111 101001 111 1110 1001001 1001010

Color Harmonies of #EDA48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA48D

Black with #EDA48D

Text Example


Text Example

White with #EDA48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA48D; }

 p { color: rgb(237,164,141); }

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

background-color css

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

 a { background-color: rgb(237,164,141); }

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

border-color css

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

 span { border-color: rgb(237,164,141); }

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