#ee9677

Color #EE9677 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #EE9677

Tints of Dark Salmon #EE9677

Color information

#EE9677 (or 0xEE9677) is unknown color: approx Dark Salmon. HEX triplet: EE, 96 and 77. RGB value is (238,150,119). Sum of RGB (Red+Green+Blue) = 238+150+119=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9677 is #116988. Grayscale: #ACACAC. Windows color (decimal): -1141129 or 7837422. OLE color: 7837422.

HSL color Cylindrical-coordinate representation of color #EE9677: hue angle of 15.63º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE9677 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238150119-
CMYK00.370.500.07
HSL15.63º77.78%70%-
HSV(B)15.63º50%93.33%-
XYZ49.541.3222.82-
YUV172.7897.65174.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 119 (46.88% from 255) = 23.47%
R=46.94%
G=29.59%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815011900.370.500.0715.6377.7870
HexEE9677025327104e46
Octal35622616704562720116106
Binary1110111010010110111011101001011100101111000010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee9677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee9677; }

 p { color: rgb(238,150,119); }

 H1.HeaderClassName
 {
   color: #ee9677;
 }
 .AnyTagClassName
 {
   color: #ee9677;
 }
</style>
background-color css

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

 a { background-color: rgb(238,150,119); }

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

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

 span { border-color: rgb(238,150,119); }

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