Html Css Color HEX #EDA178 Dark Salmon

📋 copy color: '#EDA178'

red 237 ◦ green 161 ◦ blue 120

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

Shades of Dark Salmon #EDA178

Tints of Dark Salmon #EDA178

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.08%

 BLUE value IS 120 (47.27% from 255) = 23.17%

R = 45.75%
G = 31.08%
B = 23.17%

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

#EDA178 (or 0xEDA178) is known color: Dark Salmon. HEX triplet: ED, A1 and 78. RGB value is (237,161,120). Sum of RGB (Red+Green+Blue) = 237+161+120=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA178 is #125E87. Grayscale: #B3B3B3. Windows color (decimal): -1203848 or 7905773. OLE color: 7905773.

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

Color convert

RGB 237 161 120 -
CMYK 0 0.32 0.49 0.07
HSL 21.03º 0.76% 0.7% -
HSV(B) 21.03º 0.49% 0.93% -
XYZ 51.06 44.85 23.74 -
YUV 179.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 237 161 120 0 0.32 0.49 0.07 21.03 0.76 0.7
Hex ED A1 78 0 20 31 7 15 4C 46
Octal 355 241 170 0 40 61 7 25 114 106
Binary 11101101 10100001 1111000 0 100000 110001 111 10101 1001100 1000110

Color Harmonies of #EDA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA178

Black with #EDA178

Text Example


Text Example

White with #EDA178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA178; }

 p { color: rgb(237,161,120); }

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

background-color css

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

 a { background-color: rgb(237,161,120); }

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

border-color css

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

 span { border-color: rgb(237,161,120); }

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