Html Css Color HEX #EDA076 Dark Salmon

📋 copy color: '#EDA076'

red 237 ◦ green 160 ◦ blue 118

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

Shades of Dark Salmon #EDA076

Tints of Dark Salmon #EDA076

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.07%

 BLUE value IS 118 (46.48% from 255) = 22.91%

R = 46.02%
G = 31.07%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDA076 (or 0xEDA076) is known color: Dark Salmon. HEX triplet: ED, A0 and 76. RGB value is (237,160,118). Sum of RGB (Red+Green+Blue) = 237+160+118=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA076 is #125F89. Grayscale: #B2B2B2. Windows color (decimal): -1204106 or 7774445. OLE color: 7774445.

HSL color Cylindrical-coordinate representation of color #EDA076: hue angle of 21.18º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDA076 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 118 -
CMYK 0 0.32 0.50 0.07
HSL 21.18º 0.77% 0.7% -
HSV(B) 21.18º 0.5% 0.93% -
XYZ 50.77 44.45 23.04 -
YUV 178.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 237 160 118 0 0.32 0.50 0.07 21.18 0.77 0.7
Hex ED A0 76 0 20 32 7 15 4D 46
Octal 355 240 166 0 40 62 7 25 115 106
Binary 11101101 10100000 1110110 0 100000 110010 111 10101 1001101 1000110

Color Harmonies of #EDA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA076

Black with #EDA076

Text Example


Text Example

White with #EDA076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA076; }

 p { color: rgb(237,160,118); }

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

background-color css

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

 a { background-color: rgb(237,160,118); }

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

border-color css

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

 span { border-color: rgb(237,160,118); }

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