Html Css Color HEX #EDA491 Tonys Pink

📋 copy color: '#EDA491'

red 237 ◦ green 164 ◦ blue 145

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

Shades of Tonys Pink #EDA491

Tints of Tonys Pink #EDA491

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.04%

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

R = 43.41%
G = 30.04%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDA491 (or 0xEDA491) is known color: Tonys Pink. HEX triplet: ED, A4 and 91. RGB value is (237,164,145). Sum of RGB (Red+Green+Blue) = 237+164+145=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA491 is #125B6E. Grayscale: #B7B7B7. Windows color (decimal): -1203055 or 9544941. OLE color: 9544941.

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

Color convert

RGB 237 164 145 -
CMYK 0 0.31 0.39 0.07
HSL 12.39º 0.72% 0.75% -
HSV(B) 12.39º 0.39% 0.93% -
XYZ 53.31 46.6 32.97 -
YUV 183.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 237 164 145 0 0.31 0.39 0.07 12.39 0.72 0.75
Hex ED A4 91 0 1F 27 7 C 48 4B
Octal 355 244 221 0 37 47 7 14 110 113
Binary 11101101 10100100 10010001 0 11111 100111 111 1100 1001000 1001011

Color Harmonies of #EDA491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA491

Black with #EDA491

Text Example


Text Example

White with #EDA491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA491; }

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

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

background-color css

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

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

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

border-color css

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

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

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