Html Css Color HEX #EDA08B Tonys Pink

📋 copy color: '#EDA08B'

red 237 ◦ green 160 ◦ blue 139

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

Shades of Tonys Pink #EDA08B

Tints of Tonys Pink #EDA08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.93%

R = 44.22%
G = 29.85%
B = 25.93%

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

#EDA08B (or 0xEDA08B) is known color: Tonys Pink. HEX triplet: ED, A0 and 8B. RGB value is (237,160,139). Sum of RGB (Red+Green+Blue) = 237+160+139=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA08B is #125F74. Grayscale: #B4B4B4. Windows color (decimal): -1204085 or 9150701. OLE color: 9150701.

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

Color convert

RGB 237 160 139 -
CMYK 0 0.32 0.41 0.07
HSL 12.86º 0.73% 0.74% -
HSV(B) 12.86º 0.41% 0.93% -
XYZ 52.16 45.01 30.37 -
YUV 180.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 237 160 139 0 0.32 0.41 0.07 12.86 0.73 0.74
Hex ED A0 8B 0 20 29 7 D 49 4A
Octal 355 240 213 0 40 51 7 15 111 112
Binary 11101101 10100000 10001011 0 100000 101001 111 1101 1001001 1001010

Color Harmonies of #EDA08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA08B

Black with #EDA08B

Text Example


Text Example

White with #EDA08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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