#EE7E68

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

Shades of Salmon #EE7E68

Tints of Salmon #EE7E68

Color information

#EE7E68 (or 0xEE7E68) is unknown color: approx Salmon. HEX triplet: EE, 7E and 68. RGB value is (238,126,104). Sum of RGB (Red+Green+Blue) = 238+126+104=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7E68 is #118197. Grayscale: #9D9D9D. Windows color (decimal): -1147288 or 6848238. OLE color: 6848238.

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

Color convert

RGB238126104-
CMYK00.470.560.07
HSL9.85º79.76%67.06%-
HSV(B)9.85º56.3%93.33%-
XYZ45.2234.117.3-
YUV156.9898.11185.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.85%
GREEN value IS 126 (49.61% from 255) = 26.92%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=50.85%
G=26.92%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812610400.470.560.079.8579.7667.06
HexEE7E6802F387a5043
Octal35617615005770712120103
Binary11101110111111011010000101111111000111101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7E68; }

 p { color: rgb(238,126,104); }

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

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

 a { background-color: rgb(238,126,104); }

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

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

 span { border-color: rgb(238,126,104); }

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