#EE7B66

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

Shades of Salmon #EE7B66

Tints of Salmon #EE7B66

Color information

#EE7B66 (or 0xEE7B66) is unknown color: approx Salmon. HEX triplet: EE, 7B and 66. RGB value is (238,123,102). Sum of RGB (Red+Green+Blue) = 238+123+102=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7B66 is #118499. Grayscale: #9B9B9B. Windows color (decimal): -1148058 or 6716398. OLE color: 6716398.

HSL color Cylindrical-coordinate representation of color #EE7B66: hue angle of 9.26º 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 #EE7B66 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB238123102-
CMYK00.480.570.07
HSL9.26º80%66.67%-
HSV(B)9.26º57.14%93.33%-
XYZ44.7433.316.64-
YUV154.9998.1187.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.40%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=51.40%
G=26.57%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812310200.480.570.079.268066.67
HexEE7B6603039795043
Octal35617314606071711120103
Binary11101110111101111001100110000111001111100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7B66; }

 p { color: rgb(238,123,102); }

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

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

 a { background-color: rgb(238,123,102); }

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

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

 span { border-color: rgb(238,123,102); }

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