Html Css Color HEX #EDA394 Tonys Pink

📋 copy color: '#EDA394'

red 237 ◦ green 163 ◦ blue 148

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

Shades of Tonys Pink #EDA394

Tints of Tonys Pink #EDA394

RGB

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

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

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

R = 43.25%
G = 29.74%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDA394 (or 0xEDA394) is known color: Tonys Pink. HEX triplet: ED, A3 and 94. RGB value is (237,163,148). Sum of RGB (Red+Green+Blue) = 237+163+148=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA394 is #125C6B. Grayscale: #B7B7B7. Windows color (decimal): -1203308 or 9741293. OLE color: 9741293.

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

Color convert

RGB 237 163 148 -
CMYK 0 0.31 0.38 0.07
HSL 10.11º 0.71% 0.75% -
HSV(B) 10.11º 0.38% 0.93% -
XYZ 53.37 46.34 34.15 -
YUV 183.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 237 163 148 0 0.31 0.38 0.07 10.11 0.71 0.75
Hex ED A3 94 0 1F 26 7 A 47 4B
Octal 355 243 224 0 37 46 7 12 107 113
Binary 11101101 10100011 10010100 0 11111 100110 111 1010 1000111 1001011

Color Harmonies of #EDA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA394

Black with #EDA394

Text Example


Text Example

White with #EDA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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