Html Css Color HEX #E98C7A Dark Salmon

📋 copy color: '#E98C7A'

red 233 ◦ green 140 ◦ blue 122

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

Shades of Dark Salmon #E98C7A

Tints of Dark Salmon #E98C7A

RGB

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

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

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

R = 47.07%
G = 28.28%
B = 24.65%

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

#E98C7A (or 0xE98C7A) is known color: Dark Salmon. HEX triplet: E9, 8C and 7A. RGB value is (233,140,122). Sum of RGB (Red+Green+Blue) = 233+140+122=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C7A is #167385. Grayscale: #A5A5A5. Windows color (decimal): -1471366 or 8031465. OLE color: 8031465.

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

Color convert

RGB 233 140 122 -
CMYK 0 0.40 0.48 0.09
HSL 9.73º 0.72% 0.7% -
HSV(B) 9.73º 0.48% 0.91% -
XYZ 46.5 37.48 23.2 -
YUV 165.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 233 140 122 0 0.40 0.48 0.09 9.73 0.72 0.7
Hex E9 8C 7A 0 28 30 9 A 48 46
Octal 351 214 172 0 50 60 11 12 110 106
Binary 11101001 10001100 1111010 0 101000 110000 1001 1010 1001000 1000110

Color Harmonies of #E98C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98C7A

Black with #E98C7A

Text Example


Text Example

White with #E98C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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