Html Css Color HEX #E98B7A Dark Salmon

📋 copy color: '#E98B7A'

red 233 ◦ green 139 ◦ blue 122

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

Shades of Dark Salmon #E98B7A

Tints of Dark Salmon #E98B7A

RGB

 RED value IS 233 (91.41% from 255) = 47.17%

 GREEN value IS 139 (54.69% from 255) = 28.14%

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

R = 47.17%
G = 28.14%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E98B7A (or 0xE98B7A) is known color: Dark Salmon. HEX triplet: E9, 8B and 7A. RGB value is (233,139,122). Sum of RGB (Red+Green+Blue) = 233+139+122=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E98B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98B7A is #167485. Grayscale: #A5A5A5. Windows color (decimal): -1471622 or 8031209. OLE color: 8031209.

HSL color Cylindrical-coordinate representation of color #E98B7A: hue angle of 9.19º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E98B7A is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 139 122 -
CMYK 0 0.40 0.48 0.09
HSL 9.19º 0.72% 0.7% -
HSV(B) 9.19º 0.48% 0.91% -
XYZ 46.35 37.19 23.15 -
YUV 165.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 233 139 122 0 0.40 0.48 0.09 9.19 0.72 0.7
Hex E9 8B 7A 0 28 30 9 9 48 46
Octal 351 213 172 0 50 60 11 11 110 106
Binary 11101001 10001011 1111010 0 101000 110000 1001 1001 1001000 1000110

Color Harmonies of #E98B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98B7A

Black with #E98B7A

Text Example


Text Example

White with #E98B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98B7A; }

 p { color: rgb(233,139,122); }

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

background-color css

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

 a { background-color: rgb(233,139,122); }

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

border-color css

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

 span { border-color: rgb(233,139,122); }

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