Html Css Color HEX #E98F70 Dark Salmon

📋 copy color: '#E98F70'

red 233 ◦ green 143 ◦ blue 112

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

Shades of Dark Salmon #E98F70

Tints of Dark Salmon #E98F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.3%

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 47.75%
G = 29.3%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E98F70 (or 0xE98F70) is known color: Dark Salmon. HEX triplet: E9, 8F and 70. RGB value is (233,143,112). Sum of RGB (Red+Green+Blue) = 233+143+112=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98F70 is #16708F. Grayscale: #A6A6A6. Windows color (decimal): -1470608 or 7376873. OLE color: 7376873.

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

Color convert

RGB 233 143 112 -
CMYK 0 0.39 0.52 0.09
HSL 15.37º 0.73% 0.68% -
HSV(B) 15.37º 0.52% 0.91% -
XYZ 46.35 38.14 20.25 -
YUV 166.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 233 143 112 0 0.39 0.52 0.09 15.37 0.73 0.68
Hex E9 8F 70 0 27 34 9 F 49 44
Octal 351 217 160 0 47 64 11 17 111 104
Binary 11101001 10001111 1110000 0 100111 110100 1001 1111 1001001 1000100

Color Harmonies of #E98F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98F70

Black with #E98F70

Text Example


Text Example

White with #E98F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98F70; }

 p { color: rgb(233,143,112); }

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

background-color css

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

 a { background-color: rgb(233,143,112); }

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

border-color css

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

 span { border-color: rgb(233,143,112); }

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