Html Css Color HEX #EE826E Salmon

📋 copy color: '#EE826E'

red 238 ◦ green 130 ◦ blue 110

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

Shades of Salmon #EE826E

Tints of Salmon #EE826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.01%

R = 49.79%
G = 27.2%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE826E (or 0xEE826E) is known color: Salmon. HEX triplet: EE, 82 and 6E. RGB value is (238,130,110). Sum of RGB (Red+Green+Blue) = 238+130+110=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE826E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE826E is #117D91. Grayscale: #A0A0A0. Windows color (decimal): -1146258 or 7242478. OLE color: 7242478.

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

Color convert

RGB 238 130 110 -
CMYK 0 0.45 0.54 0.07
HSL 9.38º 0.79% 0.68% -
HSV(B) 9.38º 0.54% 0.93% -
XYZ 46.06 35.27 19.13 -
YUV 160.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 238 130 110 0 0.45 0.54 0.07 9.38 0.79 0.68
Hex EE 82 6E 0 2D 36 7 9 4F 44
Octal 356 202 156 0 55 66 7 11 117 104
Binary 11101110 10000010 1101110 0 101101 110110 111 1001 1001111 1000100

Color Harmonies of #EE826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE826E

Black with #EE826E

Text Example


Text Example

White with #EE826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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