Html Css Color HEX #E9957B Dark Salmon

📋 copy color: '#E9957B'

red 233 ◦ green 149 ◦ blue 123

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

Shades of Dark Salmon #E9957B

Tints of Dark Salmon #E9957B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.36%

R = 46.14%
G = 29.5%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E9957B (or 0xE9957B) is known color: Dark Salmon. HEX triplet: E9, 95 and 7B. RGB value is (233,149,123). Sum of RGB (Red+Green+Blue) = 233+149+123=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E9957B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9957B is #166A84. Grayscale: #ABABAB. Windows color (decimal): -1469061 or 8099305. OLE color: 8099305.

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

Color convert

RGB 233 149 123 -
CMYK 0 0.36 0.47 0.09
HSL 14.18º 0.71% 0.7% -
HSV(B) 14.18º 0.47% 0.91% -
XYZ 47.93 40.25 23.98 -
YUV 171.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 233 149 123 0 0.36 0.47 0.09 14.18 0.71 0.7
Hex E9 95 7B 0 24 2F 9 E 47 46
Octal 351 225 173 0 44 57 11 16 107 106
Binary 11101001 10010101 1111011 0 100100 101111 1001 1110 1000111 1000110

Color Harmonies of #E9957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9957B

Black with #E9957B

Text Example


Text Example

White with #E9957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9957B; }

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

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

background-color css

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

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

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

border-color css

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

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

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