Html Css Color HEX #EE846F Salmon

📋 copy color: '#EE846F'

red 238 ◦ green 132 ◦ blue 111

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

Shades of Salmon #EE846F

Tints of Salmon #EE846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.44%

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

R = 49.48%
G = 27.44%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE846F (or 0xEE846F) is known color: Salmon. HEX triplet: EE, 84 and 6F. RGB value is (238,132,111). Sum of RGB (Red+Green+Blue) = 238+132+111=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE846F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE846F is #117B90. Grayscale: #A1A1A1. Windows color (decimal): -1145745 or 7308526. OLE color: 7308526.

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

Color convert

RGB 238 132 111 -
CMYK 0 0.45 0.53 0.07
HSL 9.92º 0.79% 0.68% -
HSV(B) 9.92º 0.53% 0.93% -
XYZ 46.38 35.83 19.51 -
YUV 161.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 238 132 111 0 0.45 0.53 0.07 9.92 0.79 0.68
Hex EE 84 6F 0 2D 35 7 A 4F 44
Octal 356 204 157 0 55 65 7 12 117 104
Binary 11101110 10000100 1101111 0 101101 110101 111 1010 1001111 1000100

Color Harmonies of #EE846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE846F

Black with #EE846F

Text Example


Text Example

White with #EE846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE846F; }

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

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

background-color css

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

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

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

border-color css

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

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

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