Html Css Color HEX #EF826B Salmon

📋 copy color: '#EF826B'

red 239 ◦ green 130 ◦ blue 107

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

Shades of Salmon #EF826B

Tints of Salmon #EF826B

RGB

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

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

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

R = 50.21%
G = 27.31%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF826B (or 0xEF826B) is known color: Salmon. HEX triplet: EF, 82 and 6B. RGB value is (239,130,107). Sum of RGB (Red+Green+Blue) = 239+130+107=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF826B is #107D94. Grayscale: #A0A0A0. Windows color (decimal): -1080725 or 7045871. OLE color: 7045871.

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

Color convert

RGB 239 130 107 -
CMYK 0 0.46 0.55 0.06
HSL 10.45º 0.8% 0.68% -
HSV(B) 10.45º 0.55% 0.94% -
XYZ 46.23 35.38 18.3 -
YUV 159.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 239 130 107 0 0.46 0.55 0.06 10.45 0.8 0.68
Hex EF 82 6B 0 2E 37 6 A 50 44
Octal 357 202 153 0 56 67 6 12 120 104
Binary 11101111 10000010 1101011 0 101110 110111 110 1010 1010000 1000100

Color Harmonies of #EF826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF826B

Black with #EF826B

Text Example


Text Example

White with #EF826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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