Html Css Color HEX #EDA077 Dark Salmon

📋 copy color: '#EDA077'

red 237 ◦ green 160 ◦ blue 119

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

Shades of Dark Salmon #EDA077

Tints of Dark Salmon #EDA077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.06%

R = 45.93%
G = 31.01%
B = 23.06%

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

#EDA077 (or 0xEDA077) is known color: Dark Salmon. HEX triplet: ED, A0 and 77. RGB value is (237,160,119). Sum of RGB (Red+Green+Blue) = 237+160+119=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA077 is #125F88. Grayscale: #B2B2B2. Windows color (decimal): -1204105 or 7839981. OLE color: 7839981.

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

Color convert

RGB 237 160 119 -
CMYK 0 0.32 0.50 0.07
HSL 20.85º 0.77% 0.7% -
HSV(B) 20.85º 0.5% 0.93% -
XYZ 50.83 44.48 23.36 -
YUV 178.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 237 160 119 0 0.32 0.50 0.07 20.85 0.77 0.7
Hex ED A0 77 0 20 32 7 15 4D 46
Octal 355 240 167 0 40 62 7 25 115 106
Binary 11101101 10100000 1110111 0 100000 110010 111 10101 1001101 1000110

Color Harmonies of #EDA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA077

Black with #EDA077

Text Example


Text Example

White with #EDA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA077; }

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

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

background-color css

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

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

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

border-color css

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

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

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