Html Css Color HEX #E7906D Dark Salmon

📋 copy color: '#E7906D'

red 231 ◦ green 144 ◦ blue 109

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

Shades of Dark Salmon #E7906D

Tints of Dark Salmon #E7906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.52%

R = 47.73%
G = 29.75%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7906D (or 0xE7906D) is known color: Dark Salmon. HEX triplet: E7, 90 and 6D. RGB value is (231,144,109). Sum of RGB (Red+Green+Blue) = 231+144+109=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7906D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7906D is #186F92. Grayscale: #A6A6A6. Windows color (decimal): -1601427 or 7180519. OLE color: 7180519.

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

Color convert

RGB 231 144 109 -
CMYK 0 0.38 0.53 0.09
HSL 17.21º 0.72% 0.67% -
HSV(B) 17.21º 0.53% 0.91% -
XYZ 45.69 38.04 19.4 -
YUV 166.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 231 144 109 0 0.38 0.53 0.09 17.21 0.72 0.67
Hex E7 90 6D 0 26 35 9 11 48 43
Octal 347 220 155 0 46 65 11 21 110 103
Binary 11100111 10010000 1101101 0 100110 110101 1001 10001 1001000 1000011

Color Harmonies of #E7906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7906D

Black with #E7906D

Text Example


Text Example

White with #E7906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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