Html Css Color HEX #E6987A Dark Salmon

📋 copy color: '#E6987A'

red 230 ◦ green 152 ◦ blue 122

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

Shades of Dark Salmon #E6987A

Tints of Dark Salmon #E6987A

RGB

 RED value IS 230 (90.23% from 255) = 45.63%

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

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

R = 45.63%
G = 30.16%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6987A (or 0xE6987A) is known color: Dark Salmon. HEX triplet: E6, 98 and 7A. RGB value is (230,152,122). Sum of RGB (Red+Green+Blue) = 230+152+122=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6987A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6987A is #196785. Grayscale: #ACACAC. Windows color (decimal): -1664902 or 8034534. OLE color: 8034534.

HSL color Cylindrical-coordinate representation of color #E6987A: hue angle of 16.67º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6987A is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 122 -
CMYK 0 0.34 0.47 0.10
HSL 16.67º 0.68% 0.69% -
HSV(B) 16.67º 0.47% 0.9% -
XYZ 47.37 40.68 23.77 -
YUV 171.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 230 152 122 0 0.34 0.47 0.10 16.67 0.68 0.69
Hex E6 98 7A 0 22 2F A 11 44 45
Octal 346 230 172 0 42 57 12 21 104 105
Binary 11100110 10011000 1111010 0 100010 101111 1010 10001 1000100 1000101

Color Harmonies of #E6987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6987A

Black with #E6987A

Text Example


Text Example

White with #E6987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6987A; }

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

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

background-color css

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

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

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

border-color css

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

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

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