Html Css Color HEX #EE866D Salmon

📋 copy color: '#EE866D'

red 238 ◦ green 134 ◦ blue 109

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

Shades of Salmon #EE866D

Tints of Salmon #EE866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.66%

R = 49.48%
G = 27.86%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE866D (or 0xEE866D) is known color: Salmon. HEX triplet: EE, 86 and 6D. RGB value is (238,134,109). Sum of RGB (Red+Green+Blue) = 238+134+109=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE866D is #117992. Grayscale: #A2A2A2. Windows color (decimal): -1145235 or 7177966. OLE color: 7177966.

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

Color convert

RGB 238 134 109 -
CMYK 0 0.44 0.54 0.07
HSL 11.63º 0.79% 0.68% -
HSV(B) 11.63º 0.54% 0.93% -
XYZ 46.55 36.33 19.03 -
YUV 162.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 238 134 109 0 0.44 0.54 0.07 11.63 0.79 0.68
Hex EE 86 6D 0 2C 36 7 C 4F 44
Octal 356 206 155 0 54 66 7 14 117 104
Binary 11101110 10000110 1101101 0 101100 110110 111 1100 1001111 1000100

Color Harmonies of #EE866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE866D

Black with #EE866D

Text Example


Text Example

White with #EE866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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