Html Css Color HEX #EE886C Salmon

📋 copy color: '#EE886C'

red 238 ◦ green 136 ◦ blue 108

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

Shades of Salmon #EE886C

Tints of Salmon #EE886C

RGB

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

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

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

R = 49.38%
G = 28.22%
B = 22.41%

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

#EE886C (or 0xEE886C) is known color: Salmon. HEX triplet: EE, 88 and 6C. RGB value is (238,136,108). Sum of RGB (Red+Green+Blue) = 238+136+108=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE886C is #117793. Grayscale: #A3A3A3. Windows color (decimal): -1144724 or 7112942. OLE color: 7112942.

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

Color convert

RGB 238 136 108 -
CMYK 0 0.43 0.55 0.07
HSL 12.92º 0.79% 0.68% -
HSV(B) 12.92º 0.55% 0.93% -
XYZ 46.77 36.87 18.84 -
YUV 163.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 238 136 108 0 0.43 0.55 0.07 12.92 0.79 0.68
Hex EE 88 6C 0 2B 37 7 D 4F 44
Octal 356 210 154 0 53 67 7 15 117 104
Binary 11101110 10001000 1101100 0 101011 110111 111 1101 1001111 1000100

Color Harmonies of #EE886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE886C

Black with #EE886C

Text Example


Text Example

White with #EE886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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