Html Css Color HEX #E4956D Dark Salmon

📋 copy color: '#E4956D'

red 228 ◦ green 149 ◦ blue 109

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

Shades of Dark Salmon #E4956D

Tints of Dark Salmon #E4956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.66%

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

R = 46.91%
G = 30.66%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E4956D (or 0xE4956D) is known color: Dark Salmon. HEX triplet: E4, 95 and 6D. RGB value is (228,149,109). Sum of RGB (Red+Green+Blue) = 228+149+109=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E4956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4956D is #1B6A92. Grayscale: #A8A8A8. Windows color (decimal): -1796755 or 7181796. OLE color: 7181796.

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

Color convert

RGB 228 149 109 -
CMYK 0 0.35 0.52 0.11
HSL 20.17º 0.69% 0.66% -
HSV(B) 20.17º 0.52% 0.89% -
XYZ 45.5 39.09 19.62 -
YUV 168.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 228 149 109 0 0.35 0.52 0.11 20.17 0.69 0.66
Hex E4 95 6D 0 23 34 B 14 45 42
Octal 344 225 155 0 43 64 13 24 105 102
Binary 11100100 10010101 1101101 0 100011 110100 1011 10100 1000101 1000010

Color Harmonies of #E4956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4956D

Black with #E4956D

Text Example


Text Example

White with #E4956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4956D; }

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

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

background-color css

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

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

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

border-color css

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

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

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