Html Css Color HEX #E9947A Dark Salmon

📋 copy color: '#E9947A'

red 233 ◦ green 148 ◦ blue 122

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

Shades of Dark Salmon #E9947A

Tints of Dark Salmon #E9947A

RGB

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

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

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

R = 46.32%
G = 29.42%
B = 24.25%

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

#E9947A (or 0xE9947A) is known color: Dark Salmon. HEX triplet: E9, 94 and 7A. RGB value is (233,148,122). Sum of RGB (Red+Green+Blue) = 233+148+122=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E9947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9947A is #166B85. Grayscale: #AAAAAA. Windows color (decimal): -1469318 or 8033513. OLE color: 8033513.

HSL color Cylindrical-coordinate representation of color #E9947A: hue angle of 14.05º 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 #E9947A is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 148 122 -
CMYK 0 0.36 0.48 0.09
HSL 14.05º 0.72% 0.7% -
HSV(B) 14.05º 0.48% 0.91% -
XYZ 47.71 39.91 23.6 -
YUV 170.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 233 148 122 0 0.36 0.48 0.09 14.05 0.72 0.7
Hex E9 94 7A 0 24 30 9 E 48 46
Octal 351 224 172 0 44 60 11 16 110 106
Binary 11101001 10010100 1111010 0 100100 110000 1001 1110 1001000 1000110

Color Harmonies of #E9947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9947A

Black with #E9947A

Text Example


Text Example

White with #E9947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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