Html Css Color HEX #E5916F Dark Salmon

📋 copy color: '#E5916F'

red 229 ◦ green 145 ◦ blue 111

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

Shades of Dark Salmon #E5916F

Tints of Dark Salmon #E5916F

RGB

 RED value IS 229 (89.84% from 255) = 47.22%

 GREEN value IS 145 (57.03% from 255) = 29.9%

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 47.22%
G = 29.9%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5916F (or 0xE5916F) is known color: Dark Salmon. HEX triplet: E5, 91 and 6F. RGB value is (229,145,111). Sum of RGB (Red+Green+Blue) = 229+145+111=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5916F is #1A6E90. Grayscale: #A6A6A6. Windows color (decimal): -1732241 or 7311845. OLE color: 7311845.

HSL color Cylindrical-coordinate representation of color #E5916F: hue angle of 17.29º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5916F is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 145 111 -
CMYK 0 0.37 0.52 0.10
HSL 17.29º 0.69% 0.67% -
HSV(B) 17.29º 0.52% 0.9% -
XYZ 45.31 38.06 20 -
YUV 166.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 229 145 111 0 0.37 0.52 0.10 17.29 0.69 0.67
Hex E5 91 6F 0 25 34 A 11 45 43
Octal 345 221 157 0 45 64 12 21 105 103
Binary 11100101 10010001 1101111 0 100101 110100 1010 10001 1000101 1000011

Color Harmonies of #E5916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5916F

Black with #E5916F

Text Example


Text Example

White with #E5916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5916F; }

 p { color: rgb(229,145,111); }

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

background-color css

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

 a { background-color: rgb(229,145,111); }

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

border-color css

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

 span { border-color: rgb(229,145,111); }

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