Html Css Color HEX #EDA390 Tonys Pink

📋 copy color: '#EDA390'

red 237 ◦ green 163 ◦ blue 144

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

Shades of Tonys Pink #EDA390

Tints of Tonys Pink #EDA390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.47%

R = 43.57%
G = 29.96%
B = 26.47%

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

#EDA390 (or 0xEDA390) is known color: Tonys Pink. HEX triplet: ED, A3 and 90. RGB value is (237,163,144). Sum of RGB (Red+Green+Blue) = 237+163+144=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA390 is #125C6F. Grayscale: #B7B7B7. Windows color (decimal): -1203312 or 9479149. OLE color: 9479149.

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

Color convert

RGB 237 163 144 -
CMYK 0 0.31 0.39 0.07
HSL 12.26º 0.72% 0.75% -
HSV(B) 12.26º 0.39% 0.93% -
XYZ 53.06 46.21 32.51 -
YUV 182.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 237 163 144 0 0.31 0.39 0.07 12.26 0.72 0.75
Hex ED A3 90 0 1F 27 7 C 48 4B
Octal 355 243 220 0 37 47 7 14 110 113
Binary 11101101 10100011 10010000 0 11111 100111 111 1100 1001000 1001011

Color Harmonies of #EDA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA390

Black with #EDA390

Text Example


Text Example

White with #EDA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA390; }

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

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

background-color css

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

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

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

border-color css

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

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

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