Html Css Color HEX #EE826F Salmon

📋 copy color: '#EE826F'

red 238 ◦ green 130 ◦ blue 111

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

Shades of Salmon #EE826F

Tints of Salmon #EE826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.17%

R = 49.69%
G = 27.14%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE826F (or 0xEE826F) is known color: Salmon. HEX triplet: EE, 82 and 6F. RGB value is (238,130,111). Sum of RGB (Red+Green+Blue) = 238+130+111=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE826F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE826F is #117D90. Grayscale: #A0A0A0. Windows color (decimal): -1146257 or 7308014. OLE color: 7308014.

HSL color Cylindrical-coordinate representation of color #EE826F: hue angle of 8.98º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE826F is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 130 111 -
CMYK 0 0.45 0.53 0.07
HSL 8.98º 0.79% 0.68% -
HSV(B) 8.98º 0.53% 0.93% -
XYZ 46.11 35.29 19.42 -
YUV 160.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 238 130 111 0 0.45 0.53 0.07 8.98 0.79 0.68
Hex EE 82 6F 0 2D 35 7 9 4F 44
Octal 356 202 157 0 55 65 7 11 117 104
Binary 11101110 10000010 1101111 0 101101 110101 111 1001 1001111 1000100

Color Harmonies of #EE826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE826F

Black with #EE826F

Text Example


Text Example

White with #EE826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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