Html Css Color HEX #E98C7C Dark Salmon

📋 copy color: '#E98C7C'

red 233 ◦ green 140 ◦ blue 124

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

Shades of Dark Salmon #E98C7C

Tints of Dark Salmon #E98C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

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

R = 46.88%
G = 28.17%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E98C7C (or 0xE98C7C) is known color: Dark Salmon. HEX triplet: E9, 8C and 7C. RGB value is (233,140,124). Sum of RGB (Red+Green+Blue) = 233+140+124=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C7C is #167383. Grayscale: #A6A6A6. Windows color (decimal): -1471364 or 8162537. OLE color: 8162537.

HSL color Cylindrical-coordinate representation of color #E98C7C: hue angle of 8.81º 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 #E98C7C is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 140 124 -
CMYK 0 0.40 0.47 0.09
HSL 8.81º 0.71% 0.7% -
HSV(B) 8.81º 0.47% 0.91% -
XYZ 46.62 37.54 23.86 -
YUV 165.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 233 140 124 0 0.40 0.47 0.09 8.81 0.71 0.7
Hex E9 8C 7C 0 28 2F 9 9 47 46
Octal 351 214 174 0 50 57 11 11 107 106
Binary 11101001 10001100 1111100 0 101000 101111 1001 1001 1000111 1000110

Color Harmonies of #E98C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98C7C

Black with #E98C7C

Text Example


Text Example

White with #E98C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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