Html Css Color HEX #EDA296 Tonys Pink

📋 copy color: '#EDA296'

red 237 ◦ green 162 ◦ blue 150

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

Shades of Tonys Pink #EDA296

Tints of Tonys Pink #EDA296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.32%

R = 43.17%
G = 29.51%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDA296 (or 0xEDA296) is known color: Tonys Pink. HEX triplet: ED, A2 and 96. RGB value is (237,162,150). Sum of RGB (Red+Green+Blue) = 237+162+150=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA296 is #125D69. Grayscale: #B7B7B7. Windows color (decimal): -1203562 or 9872109. OLE color: 9872109.

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

Color convert

RGB 237 162 150 -
CMYK 0 0.32 0.37 0.07
HSL 8.28º 0.71% 0.76% -
HSV(B) 8.28º 0.37% 0.93% -
XYZ 53.35 46.05 34.93 -
YUV 183.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 237 162 150 0 0.32 0.37 0.07 8.28 0.71 0.76
Hex ED A2 96 0 20 25 7 8 47 4C
Octal 355 242 226 0 40 45 7 10 107 114
Binary 11101101 10100010 10010110 0 100000 100101 111 1000 1000111 1001100

Color Harmonies of #EDA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA296

Black with #EDA296

Text Example


Text Example

White with #EDA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA296; }

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

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

background-color css

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

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

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

border-color css

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

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

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