Html Css Color HEX #E5906F Dark Salmon

📋 copy color: '#E5906F'

red 229 ◦ green 144 ◦ blue 111

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

Shades of Dark Salmon #E5906F

Tints of Dark Salmon #E5906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.75%

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

R = 47.31%
G = 29.75%
B = 22.93%

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

#E5906F (or 0xE5906F) is known color: Dark Salmon. HEX triplet: E5, 90 and 6F. RGB value is (229,144,111). Sum of RGB (Red+Green+Blue) = 229+144+111=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5906F is #1A6F90. Grayscale: #A5A5A5. Windows color (decimal): -1732497 or 7311589. OLE color: 7311589.

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

Color convert

RGB 229 144 111 -
CMYK 0 0.37 0.52 0.10
HSL 16.78º 0.69% 0.67% -
HSV(B) 16.78º 0.52% 0.9% -
XYZ 45.16 37.75 19.95 -
YUV 165.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 229 144 111 0 0.37 0.52 0.10 16.78 0.69 0.67
Hex E5 90 6F 0 25 34 A 11 45 43
Octal 345 220 157 0 45 64 12 21 105 103
Binary 11100101 10010000 1101111 0 100101 110100 1010 10001 1000101 1000011

Color Harmonies of #E5906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5906F

Black with #E5906F

Text Example


Text Example

White with #E5906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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