Html Css Color HEX #EDA991 Tonys Pink

📋 copy color: '#EDA991'

red 237 ◦ green 169 ◦ blue 145

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

Shades of Tonys Pink #EDA991

Tints of Tonys Pink #EDA991

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.67%

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

R = 43.01%
G = 30.67%
B = 26.32%

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

#EDA991 (or 0xEDA991) is known color: Tonys Pink. HEX triplet: ED, A9 and 91. RGB value is (237,169,145). Sum of RGB (Red+Green+Blue) = 237+169+145=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA991 is #12566E. Grayscale: #BABABA. Windows color (decimal): -1201775 or 9546221. OLE color: 9546221.

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

Color convert

RGB 237 169 145 -
CMYK 0 0.29 0.39 0.07
HSL 15.65º 0.72% 0.75% -
HSV(B) 15.65º 0.39% 0.93% -
XYZ 54.22 48.42 33.28 -
YUV 186.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 237 169 145 0 0.29 0.39 0.07 15.65 0.72 0.75
Hex ED A9 91 0 1D 27 7 10 48 4B
Octal 355 251 221 0 35 47 7 20 110 113
Binary 11101101 10101001 10010001 0 11101 100111 111 10000 1001000 1001011

Color Harmonies of #EDA991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA991

Black with #EDA991

Text Example


Text Example

White with #EDA991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA991; }

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

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

background-color css

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

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

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

border-color css

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

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

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