Html Css Color HEX #EDA791 Tonys Pink

📋 copy color: '#EDA791'

red 237 ◦ green 167 ◦ blue 145

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

Shades of Tonys Pink #EDA791

Tints of Tonys Pink #EDA791

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.42%

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

R = 43.17%
G = 30.42%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDA791 (or 0xEDA791) is known color: Tonys Pink. HEX triplet: ED, A7 and 91. RGB value is (237,167,145). Sum of RGB (Red+Green+Blue) = 237+167+145=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA791 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA791 is #12586E. Grayscale: #B9B9B9. Windows color (decimal): -1202287 or 9545709. OLE color: 9545709.

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

Color convert

RGB 237 167 145 -
CMYK 0 0.30 0.39 0.07
HSL 14.35º 0.72% 0.75% -
HSV(B) 14.35º 0.39% 0.93% -
XYZ 53.85 47.69 33.15 -
YUV 185.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 237 167 145 0 0.30 0.39 0.07 14.35 0.72 0.75
Hex ED A7 91 0 1E 27 7 E 48 4B
Octal 355 247 221 0 36 47 7 16 110 113
Binary 11101101 10100111 10010001 0 11110 100111 111 1110 1001000 1001011

Color Harmonies of #EDA791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA791

Black with #EDA791

Text Example


Text Example

White with #EDA791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA791; }

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

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

background-color css

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

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

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

border-color css

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

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

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