Html Css Color HEX #EE856C Salmon

📋 copy color: '#EE856C'

red 238 ◦ green 133 ◦ blue 108

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

Shades of Salmon #EE856C

Tints of Salmon #EE856C

RGB

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

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

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

R = 49.69%
G = 27.77%
B = 22.55%

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

#EE856C (or 0xEE856C) is known color: Salmon. HEX triplet: EE, 85 and 6C. RGB value is (238,133,108). Sum of RGB (Red+Green+Blue) = 238+133+108=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE856C is #117A93. Grayscale: #A1A1A1. Windows color (decimal): -1145492 or 7112174. OLE color: 7112174.

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

Color convert

RGB 238 133 108 -
CMYK 0 0.44 0.55 0.07
HSL 11.54º 0.79% 0.68% -
HSV(B) 11.54º 0.55% 0.93% -
XYZ 46.35 36.03 18.7 -
YUV 161.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 238 133 108 0 0.44 0.55 0.07 11.54 0.79 0.68
Hex EE 85 6C 0 2C 37 7 C 4F 44
Octal 356 205 154 0 54 67 7 14 117 104
Binary 11101110 10000101 1101100 0 101100 110111 111 1100 1001111 1000100

Color Harmonies of #EE856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE856C

Black with #EE856C

Text Example


Text Example

White with #EE856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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