Html Css Color HEX #E89F70 Dark Salmon

📋 copy color: '#E89F70'

red 232 ◦ green 159 ◦ blue 112

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

Shades of Dark Salmon #E89F70

Tints of Dark Salmon #E89F70

RGB

 RED value IS 232 (91.02% from 255) = 46.12%

 GREEN value IS 159 (62.5% from 255) = 31.61%

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

R = 46.12%
G = 31.61%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E89F70 (or 0xE89F70) is known color: Dark Salmon. HEX triplet: E8, 9F and 70. RGB value is (232,159,112). Sum of RGB (Red+Green+Blue) = 232+159+112=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89F70 is #17608F. Grayscale: #AFAFAF. Windows color (decimal): -1532048 or 7380968. OLE color: 7380968.

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

Color convert

RGB 232 159 112 -
CMYK 0 0.31 0.52 0.09
HSL 23.5º 0.72% 0.67% -
HSV(B) 23.5º 0.52% 0.91% -
XYZ 48.6 43.12 21.09 -
YUV 175.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 232 159 112 0 0.31 0.52 0.09 23.5 0.72 0.67
Hex E8 9F 70 0 1F 34 9 18 48 43
Octal 350 237 160 0 37 64 11 30 110 103
Binary 11101000 10011111 1110000 0 11111 110100 1001 11000 1001000 1000011

Color Harmonies of #E89F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89F70

Black with #E89F70

Text Example


Text Example

White with #E89F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89F70; }

 p { color: rgb(232,159,112); }

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

background-color css

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

 a { background-color: rgb(232,159,112); }

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

border-color css

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

 span { border-color: rgb(232,159,112); }

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