Html Css Color HEX #EE886B Salmon

📋 copy color: '#EE886B'

red 238 ◦ green 136 ◦ blue 107

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

Shades of Salmon #EE886B

Tints of Salmon #EE886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.27%

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 49.48%
G = 28.27%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE886B (or 0xEE886B) is known color: Salmon. HEX triplet: EE, 88 and 6B. RGB value is (238,136,107). Sum of RGB (Red+Green+Blue) = 238+136+107=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE886B is #117794. Grayscale: #A3A3A3. Windows color (decimal): -1144725 or 7047406. OLE color: 7047406.

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

Color convert

RGB 238 136 107 -
CMYK 0 0.43 0.55 0.07
HSL 13.28º 0.79% 0.68% -
HSV(B) 13.28º 0.55% 0.93% -
XYZ 46.72 36.85 18.56 -
YUV 163.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 238 136 107 0 0.43 0.55 0.07 13.28 0.79 0.68
Hex EE 88 6B 0 2B 37 7 D 4F 44
Octal 356 210 153 0 53 67 7 15 117 104
Binary 11101110 10001000 1101011 0 101011 110111 111 1101 1001111 1000100

Color Harmonies of #EE886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE886B

Black with #EE886B

Text Example


Text Example

White with #EE886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE886B; }

 p { color: rgb(238,136,107); }

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

background-color css

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

 a { background-color: rgb(238,136,107); }

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

border-color css

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

 span { border-color: rgb(238,136,107); }

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