Html Css Color HEX #E9906D Dark Salmon

📋 copy color: '#E9906D'

red 233 ◦ green 144 ◦ blue 109

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

Shades of Dark Salmon #E9906D

Tints of Dark Salmon #E9906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 47.94%
G = 29.63%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E9906D (or 0xE9906D) is known color: Dark Salmon. HEX triplet: E9, 90 and 6D. RGB value is (233,144,109). Sum of RGB (Red+Green+Blue) = 233+144+109=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9906D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9906D is #166F92. Grayscale: #A6A6A6. Windows color (decimal): -1470355 or 7180521. OLE color: 7180521.

HSL color Cylindrical-coordinate representation of color #E9906D: hue angle of 16.94º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9906D is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 144 109 -
CMYK 0 0.38 0.53 0.09
HSL 16.94º 0.74% 0.67% -
HSV(B) 16.94º 0.53% 0.91% -
XYZ 46.34 38.37 19.43 -
YUV 166.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 233 144 109 0 0.38 0.53 0.09 16.94 0.74 0.67
Hex E9 90 6D 0 26 35 9 11 4A 43
Octal 351 220 155 0 46 65 11 21 112 103
Binary 11101001 10010000 1101101 0 100110 110101 1001 10001 1001010 1000011

Color Harmonies of #E9906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9906D

Black with #E9906D

Text Example


Text Example

White with #E9906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9906D; }

 p { color: rgb(233,144,109); }

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

background-color css

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

 a { background-color: rgb(233,144,109); }

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

border-color css

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

 span { border-color: rgb(233,144,109); }

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