Html Css Color HEX #EDA279 Dark Salmon

📋 copy color: '#EDA279'

red 237 ◦ green 162 ◦ blue 121

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

Shades of Dark Salmon #EDA279

Tints of Dark Salmon #EDA279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.15%

 BLUE value IS 121 (47.66% from 255) = 23.27%

R = 45.58%
G = 31.15%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDA279 (or 0xEDA279) is known color: Dark Salmon. HEX triplet: ED, A2 and 79. RGB value is (237,162,121). Sum of RGB (Red+Green+Blue) = 237+162+121=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA279 is #125D86. Grayscale: #B3B3B3. Windows color (decimal): -1203591 or 7971565. OLE color: 7971565.

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

Color convert

RGB 237 162 121 -
CMYK 0 0.32 0.49 0.07
HSL 21.21º 0.76% 0.7% -
HSV(B) 21.21º 0.49% 0.93% -
XYZ 51.3 45.23 24.11 -
YUV 179.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 237 162 121 0 0.32 0.49 0.07 21.21 0.76 0.7
Hex ED A2 79 0 20 31 7 15 4C 46
Octal 355 242 171 0 40 61 7 25 114 106
Binary 11101101 10100010 1111001 0 100000 110001 111 10101 1001100 1000110

Color Harmonies of #EDA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA279

Black with #EDA279

Text Example


Text Example

White with #EDA279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA279; }

 p { color: rgb(237,162,121); }

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

background-color css

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

 a { background-color: rgb(237,162,121); }

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

border-color css

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

 span { border-color: rgb(237,162,121); }

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