Html Css Color HEX #EF836B Salmon

📋 copy color: '#EF836B'

red 239 ◦ green 131 ◦ blue 107

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

Shades of Salmon #EF836B

Tints of Salmon #EF836B

RGB

 RED value IS 239 (93.75% from 255) = 50.1%

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

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

R = 50.1%
G = 27.46%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF836B (or 0xEF836B) is known color: Salmon. HEX triplet: EF, 83 and 6B. RGB value is (239,131,107). Sum of RGB (Red+Green+Blue) = 239+131+107=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF836B is #107C94. Grayscale: #A0A0A0. Windows color (decimal): -1080469 or 7046127. OLE color: 7046127.

HSL color Cylindrical-coordinate representation of color #EF836B: hue angle of 10.91º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF836B is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 131 107 -
CMYK 0 0.45 0.55 0.06
HSL 10.91º 0.8% 0.68% -
HSV(B) 10.91º 0.55% 0.94% -
XYZ 46.37 35.64 18.35 -
YUV 160.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 239 131 107 0 0.45 0.55 0.06 10.91 0.8 0.68
Hex EF 83 6B 0 2D 37 6 B 50 44
Octal 357 203 153 0 55 67 6 13 120 104
Binary 11101111 10000011 1101011 0 101101 110111 110 1011 1010000 1000100

Color Harmonies of #EF836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF836B

Black with #EF836B

Text Example


Text Example

White with #EF836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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