Html Css Color HEX #E98C71 Dark Salmon

📋 copy color: '#E98C71'

red 233 ◦ green 140 ◦ blue 113

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

Shades of Dark Salmon #E98C71

Tints of Dark Salmon #E98C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.25%

R = 47.94%
G = 28.81%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E98C71 (or 0xE98C71) is known color: Dark Salmon. HEX triplet: E9, 8C and 71. RGB value is (233,140,113). Sum of RGB (Red+Green+Blue) = 233+140+113=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C71 is #16738E. Grayscale: #A4A4A4. Windows color (decimal): -1471375 or 7441641. OLE color: 7441641.

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

Color convert

RGB 233 140 113 -
CMYK 0 0.40 0.52 0.09
HSL 13.5º 0.73% 0.68% -
HSV(B) 13.5º 0.52% 0.91% -
XYZ 45.96 37.27 20.39 -
YUV 164.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 233 140 113 0 0.40 0.52 0.09 13.5 0.73 0.68
Hex E9 8C 71 0 28 34 9 E 49 44
Octal 351 214 161 0 50 64 11 16 111 104
Binary 11101001 10001100 1110001 0 101000 110100 1001 1110 1001001 1000100

Color Harmonies of #E98C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98C71

Black with #E98C71

Text Example


Text Example

White with #E98C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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