Html Css Color HEX #E9986F Dark Salmon

📋 copy color: '#E9986F'

red 233 ◦ green 152 ◦ blue 111

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

Shades of Dark Salmon #E9986F

Tints of Dark Salmon #E9986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.65%

 BLUE value IS 111 (43.75% from 255) = 22.38%

R = 46.98%
G = 30.65%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E9986F (or 0xE9986F) is known color: Dark Salmon. HEX triplet: E9, 98 and 6F. RGB value is (233,152,111). Sum of RGB (Red+Green+Blue) = 233+152+111=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E9986F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9986F is #166790. Grayscale: #ABABAB. Windows color (decimal): -1468305 or 7313641. OLE color: 7313641.

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

Color convert

RGB 233 152 111 -
CMYK 0 0.35 0.52 0.09
HSL 20.16º 0.73% 0.67% -
HSV(B) 20.16º 0.52% 0.91% -
XYZ 47.7 40.93 20.42 -
YUV 171.55 93.84 171.83 -
System Red Green Blue C M Y K H S L
Decimal 233 152 111 0 0.35 0.52 0.09 20.16 0.73 0.67
Hex E9 98 6F 0 23 34 9 14 49 43
Octal 351 230 157 0 43 64 11 24 111 103
Binary 11101001 10011000 1101111 0 100011 110100 1001 10100 1001001 1000011

Color Harmonies of #E9986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9986F

Black with #E9986F

Text Example


Text Example

White with #E9986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9986F; }

 p { color: rgb(233,152,111); }

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

background-color css

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

 a { background-color: rgb(233,152,111); }

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

border-color css

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

 span { border-color: rgb(233,152,111); }

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