Html Css Color HEX #E4976D Dark Salmon

📋 copy color: '#E4976D'

red 228 ◦ green 151 ◦ blue 109

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

Shades of Dark Salmon #E4976D

Tints of Dark Salmon #E4976D

RGB

 RED value IS 228 (89.45% from 255) = 46.72%

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

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

R = 46.72%
G = 30.94%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E4976D (or 0xE4976D) is known color: Dark Salmon. HEX triplet: E4, 97 and 6D. RGB value is (228,151,109). Sum of RGB (Red+Green+Blue) = 228+151+109=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E4976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4976D is #1B6892. Grayscale: #A9A9A9. Windows color (decimal): -1796243 or 7182308. OLE color: 7182308.

HSL color Cylindrical-coordinate representation of color #E4976D: hue angle of 21.18º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4976D is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 151 109 -
CMYK 0 0.34 0.52 0.11
HSL 21.18º 0.69% 0.66% -
HSV(B) 21.18º 0.52% 0.89% -
XYZ 45.82 39.73 19.72 -
YUV 169.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 228 151 109 0 0.34 0.52 0.11 21.18 0.69 0.66
Hex E4 97 6D 0 22 34 B 15 45 42
Octal 344 227 155 0 42 64 13 25 105 102
Binary 11100100 10010111 1101101 0 100010 110100 1011 10101 1000101 1000010

Color Harmonies of #E4976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4976D

Black with #E4976D

Text Example


Text Example

White with #E4976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4976D; }

 p { color: rgb(228,151,109); }

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

background-color css

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

 a { background-color: rgb(228,151,109); }

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

border-color css

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

 span { border-color: rgb(228,151,109); }

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