Html Css Color HEX #E0987A Dark Salmon

📋 copy color: '#E0987A'

red 224 ◦ green 152 ◦ blue 122

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

Shades of Dark Salmon #E0987A

Tints of Dark Salmon #E0987A

RGB

 RED value IS 224 (87.89% from 255) = 44.98%

 GREEN value IS 152 (59.77% from 255) = 30.52%

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 44.98%
G = 30.52%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0987A (or 0xE0987A) is known color: Dark Salmon. HEX triplet: E0, 98 and 7A. RGB value is (224,152,122). Sum of RGB (Red+Green+Blue) = 224+152+122=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0987A is #1F6785. Grayscale: #AAAAAA. Windows color (decimal): -2058118 or 8034528. OLE color: 8034528.

HSL color Cylindrical-coordinate representation of color #E0987A: hue angle of 17.65º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0987A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 152 122 -
CMYK 0 0.32 0.46 0.12
HSL 17.65º 0.62% 0.68% -
HSV(B) 17.65º 0.46% 0.88% -
XYZ 45.48 39.71 23.68 -
YUV 170.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 224 152 122 0 0.32 0.46 0.12 17.65 0.62 0.68
Hex E0 98 7A 0 20 2E C 12 3E 44
Octal 340 230 172 0 40 56 14 22 76 104
Binary 11100000 10011000 1111010 0 100000 101110 1100 10010 111110 1000100

Color Harmonies of #E0987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0987A

Black with #E0987A

Text Example


Text Example

White with #E0987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0987A; }

 p { color: rgb(224,152,122); }

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

background-color css

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

 a { background-color: rgb(224,152,122); }

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

border-color css

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

 span { border-color: rgb(224,152,122); }

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