Html Css Color HEX #EE826B Salmon

📋 copy color: '#EE826B'

red 238 ◦ green 130 ◦ blue 107

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

Shades of Salmon #EE826B

Tints of Salmon #EE826B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

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

R = 50.11%
G = 27.37%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE826B (or 0xEE826B) is known color: Salmon. HEX triplet: EE, 82 and 6B. RGB value is (238,130,107). Sum of RGB (Red+Green+Blue) = 238+130+107=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE826B is #117D94. Grayscale: #9F9F9F. Windows color (decimal): -1146261 or 7045870. OLE color: 7045870.

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

Color convert

RGB 238 130 107 -
CMYK 0 0.45 0.55 0.07
HSL 10.53º 0.79% 0.68% -
HSV(B) 10.53º 0.55% 0.93% -
XYZ 45.9 35.2 18.29 -
YUV 159.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 238 130 107 0 0.45 0.55 0.07 10.53 0.79 0.68
Hex EE 82 6B 0 2D 37 7 B 4F 44
Octal 356 202 153 0 55 67 7 13 117 104
Binary 11101110 10000010 1101011 0 101101 110111 111 1011 1001111 1000100

Color Harmonies of #EE826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE826B

Black with #EE826B

Text Example


Text Example

White with #EE826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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