Html Css Color HEX #EDA073 Dark Salmon

📋 copy color: '#EDA073'

red 237 ◦ green 160 ◦ blue 115

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

Shades of Dark Salmon #EDA073

Tints of Dark Salmon #EDA073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 46.29%
G = 31.25%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDA073 (or 0xEDA073) is known color: Dark Salmon. HEX triplet: ED, A0 and 73. RGB value is (237,160,115). Sum of RGB (Red+Green+Blue) = 237+160+115=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA073 is #125F8C. Grayscale: #B2B2B2. Windows color (decimal): -1204109 or 7577837. OLE color: 7577837.

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

Color convert

RGB 237 160 115 -
CMYK 0 0.32 0.51 0.07
HSL 22.13º 0.77% 0.69% -
HSV(B) 22.13º 0.51% 0.93% -
XYZ 50.59 44.38 22.12 -
YUV 177.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 237 160 115 0 0.32 0.51 0.07 22.13 0.77 0.69
Hex ED A0 73 0 20 33 7 16 4D 45
Octal 355 240 163 0 40 63 7 26 115 105
Binary 11101101 10100000 1110011 0 100000 110011 111 10110 1001101 1000101

Color Harmonies of #EDA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA073

Black with #EDA073

Text Example


Text Example

White with #EDA073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA073; }

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

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

background-color css

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

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

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

border-color css

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

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

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