Html Css Color HEX #EE816B Salmon

📋 copy color: '#EE816B'

red 238 ◦ green 129 ◦ blue 107

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

Shades of Salmon #EE816B

Tints of Salmon #EE816B

RGB

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

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

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

R = 50.21%
G = 27.22%
B = 22.57%

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

#EE816B (or 0xEE816B) is known color: Salmon. HEX triplet: EE, 81 and 6B. RGB value is (238,129,107). Sum of RGB (Red+Green+Blue) = 238+129+107=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE816B is #117E94. Grayscale: #9F9F9F. Windows color (decimal): -1146517 or 7045614. OLE color: 7045614.

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

Color convert

RGB 238 129 107 -
CMYK 0 0.46 0.55 0.07
HSL 10.08º 0.79% 0.68% -
HSV(B) 10.08º 0.55% 0.93% -
XYZ 45.76 34.94 18.24 -
YUV 159.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 238 129 107 0 0.46 0.55 0.07 10.08 0.79 0.68
Hex EE 81 6B 0 2E 37 7 A 4F 44
Octal 356 201 153 0 56 67 7 12 117 104
Binary 11101110 10000001 1101011 0 101110 110111 111 1010 1001111 1000100

Color Harmonies of #EE816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE816B

Black with #EE816B

Text Example


Text Example

White with #EE816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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