Html Css Color HEX #E89474 Dark Salmon

📋 copy color: '#E89474'

red 232 ◦ green 148 ◦ blue 116

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

Shades of Dark Salmon #E89474

Tints of Dark Salmon #E89474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 46.77%
G = 29.84%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E89474 (or 0xE89474) is known color: Dark Salmon. HEX triplet: E8, 94 and 74. RGB value is (232,148,116). Sum of RGB (Red+Green+Blue) = 232+148+116=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E89474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89474 is #176B8B. Grayscale: #A9A9A9. Windows color (decimal): -1534860 or 7640296. OLE color: 7640296.

HSL color Cylindrical-coordinate representation of color #E89474: hue angle of 16.55º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E89474 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 148 116 -
CMYK 0 0.36 0.50 0.09
HSL 16.55º 0.72% 0.68% -
HSV(B) 16.55º 0.5% 0.91% -
XYZ 47.02 39.6 21.69 -
YUV 169.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 232 148 116 0 0.36 0.50 0.09 16.55 0.72 0.68
Hex E8 94 74 0 24 32 9 11 48 44
Octal 350 224 164 0 44 62 11 21 110 104
Binary 11101000 10010100 1110100 0 100100 110010 1001 10001 1001000 1000100

Color Harmonies of #E89474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89474

Black with #E89474

Text Example


Text Example

White with #E89474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89474; }

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

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

background-color css

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

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

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

border-color css

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

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

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