Html Css Color HEX #EE866C Salmon

📋 copy color: '#EE866C'

red 238 ◦ green 134 ◦ blue 108

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

Shades of Salmon #EE866C

Tints of Salmon #EE866C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.5%

R = 49.58%
G = 27.92%
B = 22.5%

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

#EE866C (or 0xEE866C) is known color: Salmon. HEX triplet: EE, 86 and 6C. RGB value is (238,134,108). Sum of RGB (Red+Green+Blue) = 238+134+108=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE866C is #117993. Grayscale: #A2A2A2. Windows color (decimal): -1145236 or 7112430. OLE color: 7112430.

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

Color convert

RGB 238 134 108 -
CMYK 0 0.44 0.55 0.07
HSL 12º 0.79% 0.68% -
HSV(B) 12º 0.55% 0.93% -
XYZ 46.49 36.31 18.75 -
YUV 162.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 238 134 108 0 0.44 0.55 0.07 12 0.79 0.68
Hex EE 86 6C 0 2C 37 7 C 4F 44
Octal 356 206 154 0 54 67 7 14 117 104
Binary 11101110 10000110 1101100 0 101100 110111 111 1100 1001111 1000100

Color Harmonies of #EE866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE866C

Black with #EE866C

Text Example


Text Example

White with #EE866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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