Html Css Color HEX #EDA88B Tonys Pink

📋 copy color: '#EDA88B'

red 237 ◦ green 168 ◦ blue 139

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

Shades of Tonys Pink #EDA88B

Tints of Tonys Pink #EDA88B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.88%

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

R = 43.57%
G = 30.88%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDA88B (or 0xEDA88B) is known color: Tonys Pink. HEX triplet: ED, A8 and 8B. RGB value is (237,168,139). Sum of RGB (Red+Green+Blue) = 237+168+139=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA88B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA88B is #125774. Grayscale: #B9B9B9. Windows color (decimal): -1202037 or 9152749. OLE color: 9152749.

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

Color convert

RGB 237 168 139 -
CMYK 0 0.29 0.41 0.07
HSL 17.76º 0.73% 0.74% -
HSV(B) 17.76º 0.41% 0.93% -
XYZ 53.59 47.87 30.84 -
YUV 185.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 237 168 139 0 0.29 0.41 0.07 17.76 0.73 0.74
Hex ED A8 8B 0 1D 29 7 12 49 4A
Octal 355 250 213 0 35 51 7 22 111 112
Binary 11101101 10101000 10001011 0 11101 101001 111 10010 1001001 1001010

Color Harmonies of #EDA88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA88B

Black with #EDA88B

Text Example


Text Example

White with #EDA88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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