Html Css Color HEX #EE856D Salmon

📋 copy color: '#EE856D'

red 238 ◦ green 133 ◦ blue 109

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

Shades of Salmon #EE856D

Tints of Salmon #EE856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.71%

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

R = 49.58%
G = 27.71%
B = 22.71%

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

#EE856D (or 0xEE856D) is known color: Salmon. HEX triplet: EE, 85 and 6D. RGB value is (238,133,109). Sum of RGB (Red+Green+Blue) = 238+133+109=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE856D is #117A92. Grayscale: #A1A1A1. Windows color (decimal): -1145491 or 7177710. OLE color: 7177710.

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

Color convert

RGB 238 133 109 -
CMYK 0 0.44 0.54 0.07
HSL 11.16º 0.79% 0.68% -
HSV(B) 11.16º 0.54% 0.93% -
XYZ 46.41 36.06 18.98 -
YUV 161.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 238 133 109 0 0.44 0.54 0.07 11.16 0.79 0.68
Hex EE 85 6D 0 2C 36 7 B 4F 44
Octal 356 205 155 0 54 66 7 13 117 104
Binary 11101110 10000101 1101101 0 101100 110110 111 1011 1001111 1000100

Color Harmonies of #EE856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE856D

Black with #EE856D

Text Example


Text Example

White with #EE856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE856D; }

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

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

background-color css

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

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

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

border-color css

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

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

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