Html Css Color HEX #E89475 Dark Salmon

📋 copy color: '#E89475'

red 232 ◦ green 148 ◦ blue 117

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

Shades of Dark Salmon #E89475

Tints of Dark Salmon #E89475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 46.68%
G = 29.78%
B = 23.54%

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

#E89475 (or 0xE89475) is known color: Dark Salmon. HEX triplet: E8, 94 and 75. RGB value is (232,148,117). Sum of RGB (Red+Green+Blue) = 232+148+117=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E89475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89475 is #176B8A. Grayscale: #A9A9A9. Windows color (decimal): -1534859 or 7705832. OLE color: 7705832.

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

Color convert

RGB 232 148 117 -
CMYK 0 0.36 0.50 0.09
HSL 16.17º 0.71% 0.68% -
HSV(B) 16.17º 0.5% 0.91% -
XYZ 47.08 39.62 22 -
YUV 169.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 232 148 117 0 0.36 0.50 0.09 16.17 0.71 0.68
Hex E8 94 75 0 24 32 9 10 47 44
Octal 350 224 165 0 44 62 11 20 107 104
Binary 11101000 10010100 1110101 0 100100 110010 1001 10000 1000111 1000100

Color Harmonies of #E89475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89475

Black with #E89475

Text Example


Text Example

White with #E89475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89475; }

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

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

background-color css

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

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

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

border-color css

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

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

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