Html Css Color HEX #E89472 Dark Salmon

📋 copy color: '#E89472'

red 232 ◦ green 148 ◦ blue 114

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

Shades of Dark Salmon #E89472

Tints of Dark Salmon #E89472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 46.96%
G = 29.96%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E89472 (or 0xE89472) is known color: Dark Salmon. HEX triplet: E8, 94 and 72. RGB value is (232,148,114). Sum of RGB (Red+Green+Blue) = 232+148+114=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E89472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89472 is #176B8D. Grayscale: #A9A9A9. Windows color (decimal): -1534862 or 7509224. OLE color: 7509224.

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

Color convert

RGB 232 148 114 -
CMYK 0 0.36 0.51 0.09
HSL 17.29º 0.72% 0.68% -
HSV(B) 17.29º 0.51% 0.91% -
XYZ 46.91 39.55 21.08 -
YUV 169.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 232 148 114 0 0.36 0.51 0.09 17.29 0.72 0.68
Hex E8 94 72 0 24 33 9 11 48 44
Octal 350 224 162 0 44 63 11 21 110 104
Binary 11101000 10010100 1110010 0 100100 110011 1001 10001 1001000 1000100

Color Harmonies of #E89472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89472

Black with #E89472

Text Example


Text Example

White with #E89472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89472; }

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

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

background-color css

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

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

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

border-color css

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

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

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