Html Css Color HEX #E9906B Dark Salmon

📋 copy color: '#E9906B'

red 233 ◦ green 144 ◦ blue 107

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

Shades of Dark Salmon #E9906B

Tints of Dark Salmon #E9906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.11%

R = 48.14%
G = 29.75%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E9906B (or 0xE9906B) is known color: Dark Salmon. HEX triplet: E9, 90 and 6B. RGB value is (233,144,107). Sum of RGB (Red+Green+Blue) = 233+144+107=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9906B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9906B is #166F94. Grayscale: #A6A6A6. Windows color (decimal): -1470357 or 7049449. OLE color: 7049449.

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

Color convert

RGB 233 144 107 -
CMYK 0 0.38 0.54 0.09
HSL 17.62º 0.74% 0.67% -
HSV(B) 17.62º 0.54% 0.91% -
XYZ 46.23 38.33 18.87 -
YUV 166.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 233 144 107 0 0.38 0.54 0.09 17.62 0.74 0.67
Hex E9 90 6B 0 26 36 9 12 4A 43
Octal 351 220 153 0 46 66 11 22 112 103
Binary 11101001 10010000 1101011 0 100110 110110 1001 10010 1001010 1000011

Color Harmonies of #E9906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9906B

Black with #E9906B

Text Example


Text Example

White with #E9906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9906B; }

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

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

background-color css

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

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

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

border-color css

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

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

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