Html Css Color HEX #ED8D6A Dark Salmon

📋 copy color: '#ED8D6A'

red 237 ◦ green 141 ◦ blue 106

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

Shades of Dark Salmon #ED8D6A

Tints of Dark Salmon #ED8D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.13%

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 48.97%
G = 29.13%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED8D6A (or 0xED8D6A) is known color: Dark Salmon. HEX triplet: ED, 8D and 6A. RGB value is (237,141,106). Sum of RGB (Red+Green+Blue) = 237+141+106=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D6A is #127295. Grayscale: #A5A5A5. Windows color (decimal): -1208982 or 6983149. OLE color: 6983149.

HSL color Cylindrical-coordinate representation of color #ED8D6A: hue angle of 16.03º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED8D6A is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 141 106 -
CMYK 0 0.41 0.55 0.07
HSL 16.03º 0.78% 0.67% -
HSV(B) 16.03º 0.55% 0.93% -
XYZ 47.05 38.09 18.51 -
YUV 165.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 237 141 106 0 0.41 0.55 0.07 16.03 0.78 0.67
Hex ED 8D 6A 0 29 37 7 10 4E 43
Octal 355 215 152 0 51 67 7 20 116 103
Binary 11101101 10001101 1101010 0 101001 110111 111 10000 1001110 1000011

Color Harmonies of #ED8D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D6A

Black with #ED8D6A

Text Example


Text Example

White with #ED8D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D6A; }

 p { color: rgb(237,141,106); }

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

background-color css

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

 a { background-color: rgb(237,141,106); }

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

border-color css

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

 span { border-color: rgb(237,141,106); }

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