Html Css Color HEX #E89272 Dark Salmon

📋 copy color: '#E89272'

red 232 ◦ green 146 ◦ blue 114

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

Shades of Dark Salmon #E89272

Tints of Dark Salmon #E89272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

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

R = 47.15%
G = 29.67%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E89272 (or 0xE89272) is known color: Dark Salmon. HEX triplet: E8, 92 and 72. RGB value is (232,146,114). Sum of RGB (Red+Green+Blue) = 232+146+114=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E89272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89272 is #176D8D. Grayscale: #A8A8A8. Windows color (decimal): -1535374 or 7508712. OLE color: 7508712.

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

Color convert

RGB 232 146 114 -
CMYK 0 0.37 0.51 0.09
HSL 16.27º 0.72% 0.68% -
HSV(B) 16.27º 0.51% 0.91% -
XYZ 46.59 38.93 20.98 -
YUV 168.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 232 146 114 0 0.37 0.51 0.09 16.27 0.72 0.68
Hex E8 92 72 0 25 33 9 10 48 44
Octal 350 222 162 0 45 63 11 20 110 104
Binary 11101000 10010010 1110010 0 100101 110011 1001 10000 1001000 1000100

Color Harmonies of #E89272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89272

Black with #E89272

Text Example


Text Example

White with #E89272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89272; }

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

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

background-color css

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

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

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

border-color css

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

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

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