Html Css Color HEX #E9957A Dark Salmon

📋 copy color: '#E9957A'

red 233 ◦ green 149 ◦ blue 122

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

Shades of Dark Salmon #E9957A

Tints of Dark Salmon #E9957A

RGB

 RED value IS 233 (91.41% from 255) = 46.23%

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

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

R = 46.23%
G = 29.56%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E9957A (or 0xE9957A) is known color: Dark Salmon. HEX triplet: E9, 95 and 7A. RGB value is (233,149,122). Sum of RGB (Red+Green+Blue) = 233+149+122=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E9957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9957A is #166A85. Grayscale: #ABABAB. Windows color (decimal): -1469062 or 8033769. OLE color: 8033769.

HSL color Cylindrical-coordinate representation of color #E9957A: hue angle of 14.59º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9957A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 149 122 -
CMYK 0 0.36 0.48 0.09
HSL 14.59º 0.72% 0.7% -
HSV(B) 14.59º 0.48% 0.91% -
XYZ 47.86 40.22 23.65 -
YUV 171.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 233 149 122 0 0.36 0.48 0.09 14.59 0.72 0.7
Hex E9 95 7A 0 24 30 9 F 48 46
Octal 351 225 172 0 44 60 11 17 110 106
Binary 11101001 10010101 1111010 0 100100 110000 1001 1111 1001000 1000110

Color Harmonies of #E9957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9957A

Black with #E9957A

Text Example


Text Example

White with #E9957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9957A; }

 p { color: rgb(233,149,122); }

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

background-color css

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

 a { background-color: rgb(233,149,122); }

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

border-color css

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

 span { border-color: rgb(233,149,122); }

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