Html Css Color HEX #EE866B Salmon

📋 copy color: '#EE866B'

red 238 ◦ green 134 ◦ blue 107

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

Shades of Salmon #EE866B

Tints of Salmon #EE866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.34%

R = 49.69%
G = 27.97%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE866B (or 0xEE866B) is known color: Salmon. HEX triplet: EE, 86 and 6B. RGB value is (238,134,107). Sum of RGB (Red+Green+Blue) = 238+134+107=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE866B is #117994. Grayscale: #A2A2A2. Windows color (decimal): -1145237 or 7046894. OLE color: 7046894.

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

Color convert

RGB 238 134 107 -
CMYK 0 0.44 0.55 0.07
HSL 12.37º 0.79% 0.68% -
HSV(B) 12.37º 0.55% 0.93% -
XYZ 46.44 36.29 18.47 -
YUV 162.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 238 134 107 0 0.44 0.55 0.07 12.37 0.79 0.68
Hex EE 86 6B 0 2C 37 7 C 4F 44
Octal 356 206 153 0 54 67 7 14 117 104
Binary 11101110 10000110 1101011 0 101100 110111 111 1100 1001111 1000100

Color Harmonies of #EE866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE866B

Black with #EE866B

Text Example


Text Example

White with #EE866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE866B; }

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

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

background-color css

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

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

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

border-color css

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

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

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