Html Css Color HEX #EE866F Salmon

📋 copy color: '#EE866F'

red 238 ◦ green 134 ◦ blue 111

#EE866F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #EE866F

Tints of Salmon #EE866F

RGB

 RED value IS 238 (93.36% from 255) = 49.28%

 GREEN value IS 134 (52.73% from 255) = 27.74%

 BLUE value IS 111 (43.75% from 255) = 22.98%

R = 49.28%
G = 27.74%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE866F (or 0xEE866F) is known color: Salmon. HEX triplet: EE, 86 and 6F. RGB value is (238,134,111). Sum of RGB (Red+Green+Blue) = 238+134+111=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE866F is #117990. Grayscale: #A2A2A2. Windows color (decimal): -1145233 or 7309038. OLE color: 7309038.

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

Color convert

RGB 238 134 111 -
CMYK 0 0.44 0.53 0.07
HSL 10.87º 0.79% 0.68% -
HSV(B) 10.87º 0.53% 0.93% -
XYZ 46.65 36.38 19.6 -
YUV 162.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 238 134 111 0 0.44 0.53 0.07 10.87 0.79 0.68
Hex EE 86 6F 0 2C 35 7 B 4F 44
Octal 356 206 157 0 54 65 7 13 117 104
Binary 11101110 10000110 1101111 0 101100 110101 111 1011 1001111 1000100

Color Harmonies of #EE866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE866F

Black with #EE866F

Text Example


Text Example

White with #EE866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE866F; }

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

 H1.HeaderClassName
 {
   color: #EE866F;
 }
 .AnyTagClassName
 {
   color: #EE866F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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