Html Css Color HEX #E8A072 Dark Salmon

📋 copy color: '#E8A072'

red 232 ◦ green 160 ◦ blue 114

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

Shades of Dark Salmon #E8A072

Tints of Dark Salmon #E8A072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.62%

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

R = 45.85%
G = 31.62%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E8A072 (or 0xE8A072) is known color: Dark Salmon. HEX triplet: E8, A0 and 72. RGB value is (232,160,114). Sum of RGB (Red+Green+Blue) = 232+160+114=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A072 is #175F8D. Grayscale: #B0B0B0. Windows color (decimal): -1531790 or 7512296. OLE color: 7512296.

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

Color convert

RGB 232 160 114 -
CMYK 0 0.31 0.51 0.09
HSL 23.39º 0.72% 0.68% -
HSV(B) 23.39º 0.51% 0.91% -
XYZ 48.89 43.51 21.74 -
YUV 176.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 232 160 114 0 0.31 0.51 0.09 23.39 0.72 0.68
Hex E8 A0 72 0 1F 33 9 17 48 44
Octal 350 240 162 0 37 63 11 27 110 104
Binary 11101000 10100000 1110010 0 11111 110011 1001 10111 1001000 1000100

Color Harmonies of #E8A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A072

Black with #E8A072

Text Example


Text Example

White with #E8A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A072; }

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

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

background-color css

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

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

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

border-color css

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

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

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