Html Css Color HEX #E5947A Dark Salmon

📋 copy color: '#E5947A'

red 229 ◦ green 148 ◦ blue 122

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

Shades of Dark Salmon #E5947A

Tints of Dark Salmon #E5947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.66%

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 45.89%
G = 29.66%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5947A (or 0xE5947A) is known color: Dark Salmon. HEX triplet: E5, 94 and 7A. RGB value is (229,148,122). Sum of RGB (Red+Green+Blue) = 229+148+122=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5947A is #1A6B85. Grayscale: #A9A9A9. Windows color (decimal): -1731462 or 8033509. OLE color: 8033509.

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

Color convert

RGB 229 148 122 -
CMYK 0 0.35 0.47 0.10
HSL 14.58º 0.67% 0.69% -
HSV(B) 14.58º 0.47% 0.9% -
XYZ 46.42 39.24 23.54 -
YUV 169.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 229 148 122 0 0.35 0.47 0.10 14.58 0.67 0.69
Hex E5 94 7A 0 23 2F A F 43 45
Octal 345 224 172 0 43 57 12 17 103 105
Binary 11100101 10010100 1111010 0 100011 101111 1010 1111 1000011 1000101

Color Harmonies of #E5947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5947A

Black with #E5947A

Text Example


Text Example

White with #E5947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5947A; }

 p { color: rgb(229,148,122); }

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

background-color css

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

 a { background-color: rgb(229,148,122); }

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

border-color css

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

 span { border-color: rgb(229,148,122); }

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