Html Css Color HEX #EDA891 Tonys Pink

📋 copy color: '#EDA891'

red 237 ◦ green 168 ◦ blue 145

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

Shades of Tonys Pink #EDA891

Tints of Tonys Pink #EDA891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.36%

R = 43.09%
G = 30.55%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDA891 (or 0xEDA891) is known color: Tonys Pink. HEX triplet: ED, A8 and 91. RGB value is (237,168,145). Sum of RGB (Red+Green+Blue) = 237+168+145=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA891 is #12576E. Grayscale: #BABABA. Windows color (decimal): -1202031 or 9545965. OLE color: 9545965.

HSL color Cylindrical-coordinate representation of color #EDA891: hue angle of 15º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDA891 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 145 -
CMYK 0 0.29 0.39 0.07
HSL 15º 0.72% 0.75% -
HSV(B) 15º 0.39% 0.93% -
XYZ 54.04 48.05 33.22 -
YUV 186.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 237 168 145 0 0.29 0.39 0.07 15 0.72 0.75
Hex ED A8 91 0 1D 27 7 F 48 4B
Octal 355 250 221 0 35 47 7 17 110 113
Binary 11101101 10101000 10010001 0 11101 100111 111 1111 1001000 1001011

Color Harmonies of #EDA891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA891

Black with #EDA891

Text Example


Text Example

White with #EDA891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA891; }

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

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

background-color css

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

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

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

border-color css

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

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

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