Html Css Color HEX #ED8A78 Dark Salmon

📋 copy color: '#ED8A78'

red 237 ◦ green 138 ◦ blue 120

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

Shades of Dark Salmon #ED8A78

Tints of Dark Salmon #ED8A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.88%

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

R = 47.88%
G = 27.88%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED8A78 (or 0xED8A78) is known color: Dark Salmon. HEX triplet: ED, 8A and 78. RGB value is (237,138,120). Sum of RGB (Red+Green+Blue) = 237+138+120=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A78 is #127587. Grayscale: #A5A5A5. Windows color (decimal): -1209736 or 7899885. OLE color: 7899885.

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

Color convert

RGB 237 138 120 -
CMYK 0 0.42 0.49 0.07
HSL 9.23º 0.76% 0.7% -
HSV(B) 9.23º 0.49% 0.93% -
XYZ 47.4 37.54 22.52 -
YUV 165.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 237 138 120 0 0.42 0.49 0.07 9.23 0.76 0.7
Hex ED 8A 78 0 2A 31 7 9 4C 46
Octal 355 212 170 0 52 61 7 11 114 106
Binary 11101101 10001010 1111000 0 101010 110001 111 1001 1001100 1000110

Color Harmonies of #ED8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A78

Black with #ED8A78

Text Example


Text Example

White with #ED8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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