Html Css Color HEX #EE866A Salmon

📋 copy color: '#EE866A'

red 238 ◦ green 134 ◦ blue 106

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

Shades of Salmon #EE866A

Tints of Salmon #EE866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 49.79%
G = 28.03%
B = 22.18%

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

#EE866A (or 0xEE866A) is known color: Salmon. HEX triplet: EE, 86 and 6A. RGB value is (238,134,106). Sum of RGB (Red+Green+Blue) = 238+134+106=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE866A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE866A is #117995. Grayscale: #A2A2A2. Windows color (decimal): -1145238 or 6981358. OLE color: 6981358.

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

Color convert

RGB 238 134 106 -
CMYK 0 0.44 0.55 0.07
HSL 12.73º 0.8% 0.67% -
HSV(B) 12.73º 0.55% 0.93% -
XYZ 46.39 36.27 18.19 -
YUV 161.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 238 134 106 0 0.44 0.55 0.07 12.73 0.8 0.67
Hex EE 86 6A 0 2C 37 7 D 50 43
Octal 356 206 152 0 54 67 7 15 120 103
Binary 11101110 10000110 1101010 0 101100 110111 111 1101 1010000 1000011

Color Harmonies of #EE866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE866A

Black with #EE866A

Text Example


Text Example

White with #EE866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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