Html Css Color HEX #E9996D Dark Salmon

📋 copy color: '#E9996D'

red 233 ◦ green 153 ◦ blue 109

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

Shades of Dark Salmon #E9996D

Tints of Dark Salmon #E9996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.91%

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

R = 47.07%
G = 30.91%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E9996D (or 0xE9996D) is known color: Dark Salmon. HEX triplet: E9, 99 and 6D. RGB value is (233,153,109). Sum of RGB (Red+Green+Blue) = 233+153+109=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E9996D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9996D is #166692. Grayscale: #ACACAC. Windows color (decimal): -1468051 or 7182825. OLE color: 7182825.

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

Color convert

RGB 233 153 109 -
CMYK 0 0.34 0.53 0.09
HSL 21.29º 0.74% 0.67% -
HSV(B) 21.29º 0.53% 0.91% -
XYZ 47.76 41.21 19.91 -
YUV 171.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 233 153 109 0 0.34 0.53 0.09 21.29 0.74 0.67
Hex E9 99 6D 0 22 35 9 15 4A 43
Octal 351 231 155 0 42 65 11 25 112 103
Binary 11101001 10011001 1101101 0 100010 110101 1001 10101 1001010 1000011

Color Harmonies of #E9996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9996D

Black with #E9996D

Text Example


Text Example

White with #E9996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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