Html Css Color HEX #EDA391 Tonys Pink

📋 copy color: '#EDA391'

red 237 ◦ green 163 ◦ blue 145

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

Shades of Tonys Pink #EDA391

Tints of Tonys Pink #EDA391

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.91%

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

R = 43.49%
G = 29.91%
B = 26.61%

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

#EDA391 (or 0xEDA391) is known color: Tonys Pink. HEX triplet: ED, A3 and 91. RGB value is (237,163,145). Sum of RGB (Red+Green+Blue) = 237+163+145=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA391 is #125C6E. Grayscale: #B7B7B7. Windows color (decimal): -1203311 or 9544685. OLE color: 9544685.

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

Color convert

RGB 237 163 145 -
CMYK 0 0.31 0.39 0.07
HSL 11.74º 0.72% 0.75% -
HSV(B) 11.74º 0.39% 0.93% -
XYZ 53.13 46.24 32.91 -
YUV 183.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 237 163 145 0 0.31 0.39 0.07 11.74 0.72 0.75
Hex ED A3 91 0 1F 27 7 C 48 4B
Octal 355 243 221 0 37 47 7 14 110 113
Binary 11101101 10100011 10010001 0 11111 100111 111 1100 1001000 1001011

Color Harmonies of #EDA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA391

Black with #EDA391

Text Example


Text Example

White with #EDA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA391; }

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

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

background-color css

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

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

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

border-color css

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

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

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