Html Css Color HEX #E79470 Dark Salmon

📋 copy color: '#E79470'

red 231 ◦ green 148 ◦ blue 112

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

Shades of Dark Salmon #E79470

Tints of Dark Salmon #E79470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.81%

R = 47.05%
G = 30.14%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E79470 (or 0xE79470) is known color: Dark Salmon. HEX triplet: E7, 94 and 70. RGB value is (231,148,112). Sum of RGB (Red+Green+Blue) = 231+148+112=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E79470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79470 is #186B8F. Grayscale: #A8A8A8. Windows color (decimal): -1600400 or 7378151. OLE color: 7378151.

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

Color convert

RGB 231 148 112 -
CMYK 0 0.36 0.52 0.09
HSL 18.15º 0.71% 0.67% -
HSV(B) 18.15º 0.52% 0.91% -
XYZ 46.47 39.34 20.47 -
YUV 168.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 231 148 112 0 0.36 0.52 0.09 18.15 0.71 0.67
Hex E7 94 70 0 24 34 9 12 47 43
Octal 347 224 160 0 44 64 11 22 107 103
Binary 11100111 10010100 1110000 0 100100 110100 1001 10010 1000111 1000011

Color Harmonies of #E79470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79470

Black with #E79470

Text Example


Text Example

White with #E79470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79470; }

 p { color: rgb(231,148,112); }

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

background-color css

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

 a { background-color: rgb(231,148,112); }

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

border-color css

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

 span { border-color: rgb(231,148,112); }

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