Html Css Color HEX #EDA08C Tonys Pink

📋 copy color: '#EDA08C'

red 237 ◦ green 160 ◦ blue 140

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

Shades of Tonys Pink #EDA08C

Tints of Tonys Pink #EDA08C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.8%

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

R = 44.13%
G = 29.8%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDA08C (or 0xEDA08C) is known color: Tonys Pink. HEX triplet: ED, A0 and 8C. RGB value is (237,160,140). Sum of RGB (Red+Green+Blue) = 237+160+140=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA08C is #125F73. Grayscale: #B4B4B4. Windows color (decimal): -1204084 or 9216237. OLE color: 9216237.

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

Color convert

RGB 237 160 140 -
CMYK 0 0.32 0.41 0.07
HSL 12.37º 0.73% 0.74% -
HSV(B) 12.37º 0.41% 0.93% -
XYZ 52.23 45.04 30.75 -
YUV 180.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 237 160 140 0 0.32 0.41 0.07 12.37 0.73 0.74
Hex ED A0 8C 0 20 29 7 C 49 4A
Octal 355 240 214 0 40 51 7 14 111 112
Binary 11101101 10100000 10001100 0 100000 101001 111 1100 1001001 1001010

Color Harmonies of #EDA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA08C

Black with #EDA08C

Text Example


Text Example

White with #EDA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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