Html Css Color HEX #E98A7C Dark Salmon

📋 copy color: '#E98A7C'

red 233 ◦ green 138 ◦ blue 124

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

Shades of Dark Salmon #E98A7C

Tints of Dark Salmon #E98A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.05%

R = 47.07%
G = 27.88%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E98A7C (or 0xE98A7C) is known color: Dark Salmon. HEX triplet: E9, 8A and 7C. RGB value is (233,138,124). Sum of RGB (Red+Green+Blue) = 233+138+124=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98A7C is #167583. Grayscale: #A4A4A4. Windows color (decimal): -1471876 or 8162025. OLE color: 8162025.

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

Color convert

RGB 233 138 124 -
CMYK 0 0.41 0.47 0.09
HSL 7.71º 0.71% 0.7% -
HSV(B) 7.71º 0.47% 0.91% -
XYZ 46.33 36.96 23.76 -
YUV 164.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 233 138 124 0 0.41 0.47 0.09 7.71 0.71 0.7
Hex E9 8A 7C 0 29 2F 9 8 47 46
Octal 351 212 174 0 51 57 11 10 107 106
Binary 11101001 10001010 1111100 0 101001 101111 1001 1000 1000111 1000110

Color Harmonies of #E98A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98A7C

Black with #E98A7C

Text Example


Text Example

White with #E98A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98A7C; }

 p { color: rgb(233,138,124); }

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

background-color css

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

 a { background-color: rgb(233,138,124); }

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

border-color css

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

 span { border-color: rgb(233,138,124); }

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