#EE8667

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

Shades of Salmon #EE8667

Tints of Salmon #EE8667

Color information

#EE8667 (or 0xEE8667) is unknown color: approx Salmon. HEX triplet: EE, 86 and 67. RGB value is (238,134,103). Sum of RGB (Red+Green+Blue) = 238+134+103=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8667 is #117998. Grayscale: #A1A1A1. Windows color (decimal): -1145241 or 6784750. OLE color: 6784750.

HSL color Cylindrical-coordinate representation of color #EE8667: hue angle of 13.78º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE8667 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB238134103-
CMYK00.440.570.07
HSL13.78º79.88%66.86%-
HSV(B)13.78º56.72%93.33%-
XYZ46.2336.2117.38-
YUV161.5694.96182.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.11%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=50.11%
G=28.21%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813410300.440.570.0713.7879.8866.86
HexEE866702C397e5043
Octal35620614705471716120103
Binary111011101000011011001110101100111001111111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8667; }

 p { color: rgb(238,134,103); }

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

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

 a { background-color: rgb(238,134,103); }

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

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

 span { border-color: rgb(238,134,103); }

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