Html Css Color HEX #E4956E Dark Salmon

📋 copy color: '#E4956E'

red 228 ◦ green 149 ◦ blue 110

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

Shades of Dark Salmon #E4956E

Tints of Dark Salmon #E4956E

RGB

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

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

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

R = 46.82%
G = 30.6%
B = 22.59%

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

#E4956E (or 0xE4956E) is known color: Dark Salmon. HEX triplet: E4, 95 and 6E. RGB value is (228,149,110). Sum of RGB (Red+Green+Blue) = 228+149+110=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E4956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4956E is #1B6A91. Grayscale: #A8A8A8. Windows color (decimal): -1796754 or 7247332. OLE color: 7247332.

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

Color convert

RGB 228 149 110 -
CMYK 0 0.35 0.52 0.11
HSL 19.83º 0.69% 0.66% -
HSV(B) 19.83º 0.52% 0.89% -
XYZ 45.56 39.11 19.9 -
YUV 168.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 228 149 110 0 0.35 0.52 0.11 19.83 0.69 0.66
Hex E4 95 6E 0 23 34 B 14 45 42
Octal 344 225 156 0 43 64 13 24 105 102
Binary 11100100 10010101 1101110 0 100011 110100 1011 10100 1000101 1000010

Color Harmonies of #E4956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4956E

Black with #E4956E

Text Example


Text Example

White with #E4956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4956E; }

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

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

background-color css

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

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

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

border-color css

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

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

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