Html Css Color HEX #EE836E Salmon

📋 copy color: '#EE836E'

red 238 ◦ green 131 ◦ blue 110

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

Shades of Salmon #EE836E

Tints of Salmon #EE836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

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

R = 49.69%
G = 27.35%
B = 22.96%

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

#EE836E (or 0xEE836E) is known color: Salmon. HEX triplet: EE, 83 and 6E. RGB value is (238,131,110). Sum of RGB (Red+Green+Blue) = 238+131+110=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE836E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE836E is #117C91. Grayscale: #A0A0A0. Windows color (decimal): -1146002 or 7242734. OLE color: 7242734.

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

Color convert

RGB 238 131 110 -
CMYK 0 0.45 0.54 0.07
HSL 9.84º 0.79% 0.68% -
HSV(B) 9.84º 0.54% 0.93% -
XYZ 46.19 35.54 19.18 -
YUV 160.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 238 131 110 0 0.45 0.54 0.07 9.84 0.79 0.68
Hex EE 83 6E 0 2D 36 7 A 4F 44
Octal 356 203 156 0 55 66 7 12 117 104
Binary 11101110 10000011 1101110 0 101101 110110 111 1010 1001111 1000100

Color Harmonies of #EE836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE836E

Black with #EE836E

Text Example


Text Example

White with #EE836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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