Html Css Color HEX #EDA294 Tonys Pink

📋 copy color: '#EDA294'

red 237 ◦ green 162 ◦ blue 148

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

Shades of Tonys Pink #EDA294

Tints of Tonys Pink #EDA294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.06%

R = 43.33%
G = 29.62%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDA294 (or 0xEDA294) is known color: Tonys Pink. HEX triplet: ED, A2 and 94. RGB value is (237,162,148). Sum of RGB (Red+Green+Blue) = 237+162+148=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA294 is #125D6B. Grayscale: #B6B6B6. Windows color (decimal): -1203564 or 9741037. OLE color: 9741037.

HSL color Cylindrical-coordinate representation of color #EDA294: hue angle of 9.44º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDA294 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 162 148 -
CMYK 0 0.32 0.38 0.07
HSL 9.44º 0.71% 0.75% -
HSV(B) 9.44º 0.38% 0.93% -
XYZ 53.19 45.98 34.09 -
YUV 182.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 237 162 148 0 0.32 0.38 0.07 9.44 0.71 0.75
Hex ED A2 94 0 20 26 7 9 47 4B
Octal 355 242 224 0 40 46 7 11 107 113
Binary 11101101 10100010 10010100 0 100000 100110 111 1001 1000111 1001011

Color Harmonies of #EDA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA294

Black with #EDA294

Text Example


Text Example

White with #EDA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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