Html Css Color HEX #EDA290 Tonys Pink

📋 copy color: '#EDA290'

red 237 ◦ green 162 ◦ blue 144

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

Shades of Tonys Pink #EDA290

Tints of Tonys Pink #EDA290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.83%

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

R = 43.65%
G = 29.83%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDA290 (or 0xEDA290) is known color: Tonys Pink. HEX triplet: ED, A2 and 90. RGB value is (237,162,144). Sum of RGB (Red+Green+Blue) = 237+162+144=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA290 is #125D6F. Grayscale: #B6B6B6. Windows color (decimal): -1203568 or 9478893. OLE color: 9478893.

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

Color convert

RGB 237 162 144 -
CMYK 0 0.32 0.39 0.07
HSL 11.61º 0.72% 0.75% -
HSV(B) 11.61º 0.39% 0.93% -
XYZ 52.88 45.86 32.45 -
YUV 182.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 237 162 144 0 0.32 0.39 0.07 11.61 0.72 0.75
Hex ED A2 90 0 20 27 7 C 48 4B
Octal 355 242 220 0 40 47 7 14 110 113
Binary 11101101 10100010 10010000 0 100000 100111 111 1100 1001000 1001011

Color Harmonies of #EDA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA290

Black with #EDA290

Text Example


Text Example

White with #EDA290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA290; }

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

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

background-color css

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

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

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

border-color css

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

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

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