Html Css Color HEX #E7926D Dark Salmon

📋 copy color: '#E7926D'

red 231 ◦ green 146 ◦ blue 109

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

Shades of Dark Salmon #E7926D

Tints of Dark Salmon #E7926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.04%

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

R = 47.53%
G = 30.04%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7926D (or 0xE7926D) is known color: Dark Salmon. HEX triplet: E7, 92 and 6D. RGB value is (231,146,109). Sum of RGB (Red+Green+Blue) = 231+146+109=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7926D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7926D is #186D92. Grayscale: #A7A7A7. Windows color (decimal): -1600915 or 7181031. OLE color: 7181031.

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

Color convert

RGB 231 146 109 -
CMYK 0 0.37 0.53 0.09
HSL 18.2º 0.72% 0.67% -
HSV(B) 18.2º 0.53% 0.91% -
XYZ 45.99 38.65 19.5 -
YUV 167.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 231 146 109 0 0.37 0.53 0.09 18.2 0.72 0.67
Hex E7 92 6D 0 25 35 9 12 48 43
Octal 347 222 155 0 45 65 11 22 110 103
Binary 11100111 10010010 1101101 0 100101 110101 1001 10010 1001000 1000011

Color Harmonies of #E7926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7926D

Black with #E7926D

Text Example


Text Example

White with #E7926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7926D; }

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

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

background-color css

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

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

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

border-color css

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

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

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