Html Css Color HEX #EE896F Salmon

📋 copy color: '#EE896F'

red 238 ◦ green 137 ◦ blue 111

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

Shades of Salmon #EE896F

Tints of Salmon #EE896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.19%

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

R = 48.97%
G = 28.19%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE896F (or 0xEE896F) is known color: Salmon. HEX triplet: EE, 89 and 6F. RGB value is (238,137,111). Sum of RGB (Red+Green+Blue) = 238+137+111=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE896F is #117690. Grayscale: #A4A4A4. Windows color (decimal): -1144465 or 7309806. OLE color: 7309806.

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

Color convert

RGB 238 137 111 -
CMYK 0 0.42 0.53 0.07
HSL 12.28º 0.79% 0.68% -
HSV(B) 12.28º 0.53% 0.93% -
XYZ 47.07 37.22 19.74 -
YUV 164.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 238 137 111 0 0.42 0.53 0.07 12.28 0.79 0.68
Hex EE 89 6F 0 2A 35 7 C 4F 44
Octal 356 211 157 0 52 65 7 14 117 104
Binary 11101110 10001001 1101111 0 101010 110101 111 1100 1001111 1000100

Color Harmonies of #EE896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE896F

Black with #EE896F

Text Example


Text Example

White with #EE896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE896F; }

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

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

background-color css

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

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

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

border-color css

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

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

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