Html Css Color HEX #EE816C Salmon

📋 copy color: '#EE816C'

red 238 ◦ green 129 ◦ blue 108

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

Shades of Salmon #EE816C

Tints of Salmon #EE816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.16%

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

R = 50.11%
G = 27.16%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE816C (or 0xEE816C) is known color: Salmon. HEX triplet: EE, 81 and 6C. RGB value is (238,129,108). Sum of RGB (Red+Green+Blue) = 238+129+108=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE816C is #117E93. Grayscale: #9F9F9F. Windows color (decimal): -1146516 or 7111150. OLE color: 7111150.

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

Color convert

RGB 238 129 108 -
CMYK 0 0.46 0.55 0.07
HSL 9.69º 0.79% 0.68% -
HSV(B) 9.69º 0.55% 0.93% -
XYZ 45.82 34.96 18.52 -
YUV 159.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 238 129 108 0 0.46 0.55 0.07 9.69 0.79 0.68
Hex EE 81 6C 0 2E 37 7 A 4F 44
Octal 356 201 154 0 56 67 7 12 117 104
Binary 11101110 10000001 1101100 0 101110 110111 111 1010 1001111 1000100

Color Harmonies of #EE816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE816C

Black with #EE816C

Text Example


Text Example

White with #EE816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE816C; }

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

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

background-color css

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

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

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

border-color css

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

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

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