Html Css Color HEX #EDA396 Tonys Pink

📋 copy color: '#EDA396'

red 237 ◦ green 163 ◦ blue 150

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

Shades of Tonys Pink #EDA396

Tints of Tonys Pink #EDA396

RGB

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

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

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

R = 43.09%
G = 29.64%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDA396 (or 0xEDA396) is known color: Tonys Pink. HEX triplet: ED, A3 and 96. RGB value is (237,163,150). Sum of RGB (Red+Green+Blue) = 237+163+150=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA396 is #125C69. Grayscale: #B7B7B7. Windows color (decimal): -1203306 or 9872365. OLE color: 9872365.

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

Color convert

RGB 237 163 150 -
CMYK 0 0.31 0.37 0.07
HSL 8.97º 0.71% 0.76% -
HSV(B) 8.97º 0.37% 0.93% -
XYZ 53.53 46.4 34.99 -
YUV 183.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 237 163 150 0 0.31 0.37 0.07 8.97 0.71 0.76
Hex ED A3 96 0 1F 25 7 9 47 4C
Octal 355 243 226 0 37 45 7 11 107 114
Binary 11101101 10100011 10010110 0 11111 100101 111 1001 1000111 1001100

Color Harmonies of #EDA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA396

Black with #EDA396

Text Example


Text Example

White with #EDA396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA396; }

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

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

background-color css

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

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

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

border-color css

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

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

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