#EE8675

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

Shades of Salmon #EE8675

Tints of Salmon #EE8675

Color information

#EE8675 (or 0xEE8675) is unknown color: approx Salmon. HEX triplet: EE, 86 and 75. RGB value is (238,134,117). Sum of RGB (Red+Green+Blue) = 238+134+117=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8675 is #11798A. Grayscale: #A3A3A3. Windows color (decimal): -1145227 or 7702254. OLE color: 7702254.

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

Color convert

RGB238134117-
CMYK00.440.510.07
HSL8.43º78.06%69.61%-
HSV(B)8.43º50.84%93.33%-
XYZ4736.5121.4-
YUV163.16101.96181.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.67%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=48.67%
G=27.40%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813411700.440.510.078.4378.0669.61
HexEE867502C33784e46
Octal35620616505463710116106
Binary111011101000011011101010101100110011111100010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8675; }

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

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

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

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

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

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

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

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