Html Css Color HEX #E79078 Dark Salmon

📋 copy color: '#E79078'

red 231 ◦ green 144 ◦ blue 120

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

Shades of Dark Salmon #E79078

Tints of Dark Salmon #E79078

RGB

 RED value IS 231 (90.63% from 255) = 46.67%

 GREEN value IS 144 (56.64% from 255) = 29.09%

 BLUE value IS 120 (47.27% from 255) = 24.24%

R = 46.67%
G = 29.09%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E79078 (or 0xE79078) is known color: Dark Salmon. HEX triplet: E7, 90 and 78. RGB value is (231,144,120). Sum of RGB (Red+Green+Blue) = 231+144+120=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E79078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79078 is #186F87. Grayscale: #A7A7A7. Windows color (decimal): -1601416 or 7901415. OLE color: 7901415.

HSL color Cylindrical-coordinate representation of color #E79078: hue angle of 12.97º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E79078 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 144 120 -
CMYK 0 0.38 0.48 0.09
HSL 12.97º 0.7% 0.69% -
HSV(B) 12.97º 0.48% 0.91% -
XYZ 46.32 38.29 22.72 -
YUV 167.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 231 144 120 0 0.38 0.48 0.09 12.97 0.7 0.69
Hex E7 90 78 0 26 30 9 D 46 45
Octal 347 220 170 0 46 60 11 15 106 105
Binary 11100111 10010000 1111000 0 100110 110000 1001 1101 1000110 1000101

Color Harmonies of #E79078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79078

Black with #E79078

Text Example


Text Example

White with #E79078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79078; }

 p { color: rgb(231,144,120); }

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

background-color css

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

 a { background-color: rgb(231,144,120); }

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

border-color css

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

 span { border-color: rgb(231,144,120); }

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