Html Css Color HEX #E89E70 Dark Salmon

📋 copy color: '#E89E70'

red 232 ◦ green 158 ◦ blue 112

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

Shades of Dark Salmon #E89E70

Tints of Dark Salmon #E89E70

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.47%

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

R = 46.22%
G = 31.47%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E89E70 (or 0xE89E70) is known color: Dark Salmon. HEX triplet: E8, 9E and 70. RGB value is (232,158,112). Sum of RGB (Red+Green+Blue) = 232+158+112=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89E70 is #17618F. Grayscale: #AFAFAF. Windows color (decimal): -1532304 or 7380712. OLE color: 7380712.

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

Color convert

RGB 232 158 112 -
CMYK 0 0.32 0.52 0.09
HSL 23º 0.72% 0.67% -
HSV(B) 23º 0.52% 0.91% -
XYZ 48.43 42.78 21.03 -
YUV 174.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 232 158 112 0 0.32 0.52 0.09 23 0.72 0.67
Hex E8 9E 70 0 20 34 9 17 48 43
Octal 350 236 160 0 40 64 11 27 110 103
Binary 11101000 10011110 1110000 0 100000 110100 1001 10111 1001000 1000011

Color Harmonies of #E89E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89E70

Black with #E89E70

Text Example


Text Example

White with #E89E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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