Html Css Color HEX #E9976E Dark Salmon

📋 copy color: '#E9976E'

red 233 ◦ green 151 ◦ blue 110

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

Shades of Dark Salmon #E9976E

Tints of Dark Salmon #E9976E

RGB

 RED value IS 233 (91.41% from 255) = 47.17%

 GREEN value IS 151 (59.38% from 255) = 30.57%

 BLUE value IS 110 (43.36% from 255) = 22.27%

R = 47.17%
G = 30.57%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E9976E (or 0xE9976E) is known color: Dark Salmon. HEX triplet: E9, 97 and 6E. RGB value is (233,151,110). Sum of RGB (Red+Green+Blue) = 233+151+110=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E9976E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9976E is #166891. Grayscale: #ABABAB. Windows color (decimal): -1468562 or 7247849. OLE color: 7247849.

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

Color convert

RGB 233 151 110 -
CMYK 0 0.35 0.53 0.09
HSL 20º 0.74% 0.67% -
HSV(B) 20º 0.53% 0.91% -
XYZ 47.49 40.58 20.08 -
YUV 170.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 233 151 110 0 0.35 0.53 0.09 20 0.74 0.67
Hex E9 97 6E 0 23 35 9 14 4A 43
Octal 351 227 156 0 43 65 11 24 112 103
Binary 11101001 10010111 1101110 0 100011 110101 1001 10100 1001010 1000011

Color Harmonies of #E9976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9976E

Black with #E9976E

Text Example


Text Example

White with #E9976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9976E; }

 p { color: rgb(233,151,110); }

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

background-color css

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

 a { background-color: rgb(233,151,110); }

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

border-color css

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

 span { border-color: rgb(233,151,110); }

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