Html Css Color HEX #EE836B Salmon

📋 copy color: '#EE836B'

red 238 ◦ green 131 ◦ blue 107

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

Shades of Salmon #EE836B

Tints of Salmon #EE836B

RGB

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

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

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

R = 50%
G = 27.52%
B = 22.48%

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

#EE836B (or 0xEE836B) is known color: Salmon. HEX triplet: EE, 83 and 6B. RGB value is (238,131,107). Sum of RGB (Red+Green+Blue) = 238+131+107=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE836B is #117C94. Grayscale: #A0A0A0. Windows color (decimal): -1146005 or 7046126. OLE color: 7046126.

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

Color convert

RGB 238 131 107 -
CMYK 0 0.45 0.55 0.07
HSL 10.99º 0.79% 0.68% -
HSV(B) 10.99º 0.55% 0.93% -
XYZ 46.03 35.47 18.33 -
YUV 160.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 238 131 107 0 0.45 0.55 0.07 10.99 0.79 0.68
Hex EE 83 6B 0 2D 37 7 B 4F 44
Octal 356 203 153 0 55 67 7 13 117 104
Binary 11101110 10000011 1101011 0 101101 110111 111 1011 1001111 1000100

Color Harmonies of #EE836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE836B

Black with #EE836B

Text Example


Text Example

White with #EE836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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