Html Css Color HEX #EDA196 Tonys Pink

📋 copy color: '#EDA196'

red 237 ◦ green 161 ◦ blue 150

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

Shades of Tonys Pink #EDA196

Tints of Tonys Pink #EDA196

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.38%

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

R = 43.25%
G = 29.38%
B = 27.37%

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

#EDA196 (or 0xEDA196) is known color: Tonys Pink. HEX triplet: ED, A1 and 96. RGB value is (237,161,150). Sum of RGB (Red+Green+Blue) = 237+161+150=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA196 is #125E69. Grayscale: #B6B6B6. Windows color (decimal): -1203818 or 9871853. OLE color: 9871853.

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

Color convert

RGB 237 161 150 -
CMYK 0 0.32 0.37 0.07
HSL 7.59º 0.71% 0.76% -
HSV(B) 7.59º 0.37% 0.93% -
XYZ 53.17 45.7 34.87 -
YUV 182.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 237 161 150 0 0.32 0.37 0.07 7.59 0.71 0.76
Hex ED A1 96 0 20 25 7 8 47 4C
Octal 355 241 226 0 40 45 7 10 107 114
Binary 11101101 10100001 10010110 0 100000 100101 111 1000 1000111 1001100

Color Harmonies of #EDA196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA196

Black with #EDA196

Text Example


Text Example

White with #EDA196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA196; }

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

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

background-color css

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

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

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

border-color css

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

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

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