Html Css Color HEX #E7946F Dark Salmon

📋 copy color: '#E7946F'

red 231 ◦ green 148 ◦ blue 111

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

Shades of Dark Salmon #E7946F

Tints of Dark Salmon #E7946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.65%

R = 47.14%
G = 30.2%
B = 22.65%

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

#E7946F (or 0xE7946F) is known color: Dark Salmon. HEX triplet: E7, 94 and 6F. RGB value is (231,148,111). Sum of RGB (Red+Green+Blue) = 231+148+111=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7946F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7946F is #186B90. Grayscale: #A8A8A8. Windows color (decimal): -1600401 or 7312615. OLE color: 7312615.

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

Color convert

RGB 231 148 111 -
CMYK 0 0.36 0.52 0.09
HSL 18.5º 0.71% 0.67% -
HSV(B) 18.5º 0.52% 0.91% -
XYZ 46.41 39.32 20.18 -
YUV 168.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 231 148 111 0 0.36 0.52 0.09 18.5 0.71 0.67
Hex E7 94 6F 0 24 34 9 12 47 43
Octal 347 224 157 0 44 64 11 22 107 103
Binary 11100111 10010100 1101111 0 100100 110100 1001 10010 1000111 1000011

Color Harmonies of #E7946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7946F

Black with #E7946F

Text Example


Text Example

White with #E7946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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