Html Css Color HEX #E89470 Dark Salmon

📋 copy color: '#E89470'

red 232 ◦ green 148 ◦ blue 112

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

Shades of Dark Salmon #E89470

Tints of Dark Salmon #E89470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

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

R = 47.15%
G = 30.08%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E89470 (or 0xE89470) is known color: Dark Salmon. HEX triplet: E8, 94 and 70. RGB value is (232,148,112). Sum of RGB (Red+Green+Blue) = 232+148+112=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E89470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89470 is #176B8F. Grayscale: #A9A9A9. Windows color (decimal): -1534864 or 7378152. OLE color: 7378152.

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

Color convert

RGB 232 148 112 -
CMYK 0 0.36 0.52 0.09
HSL 18º 0.72% 0.67% -
HSV(B) 18º 0.52% 0.91% -
XYZ 46.79 39.51 20.49 -
YUV 169.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 232 148 112 0 0.36 0.52 0.09 18 0.72 0.67
Hex E8 94 70 0 24 34 9 12 48 43
Octal 350 224 160 0 44 64 11 22 110 103
Binary 11101000 10010100 1110000 0 100100 110100 1001 10010 1001000 1000011

Color Harmonies of #E89470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89470

Black with #E89470

Text Example


Text Example

White with #E89470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89470; }

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

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

background-color css

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

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

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

border-color css

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

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

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