Html Css Color HEX #EF8566 Salmon

📋 copy color: '#EF8566'

red 239 ◦ green 133 ◦ blue 102

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

Shades of Salmon #EF8566

Tints of Salmon #EF8566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.06%

 BLUE value IS 102 (40.23% from 255) = 21.52%

R = 50.42%
G = 28.06%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF8566 (or 0xEF8566) is known color: Salmon. HEX triplet: EF, 85 and 66. RGB value is (239,133,102). Sum of RGB (Red+Green+Blue) = 239+133+102=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8566 is #107A99. Grayscale: #A1A1A1. Windows color (decimal): -1079962 or 6718959. OLE color: 6718959.

HSL color Cylindrical-coordinate representation of color #EF8566: hue angle of 13.58º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF8566 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 133 102 -
CMYK 0 0.44 0.57 0.06
HSL 13.58º 0.81% 0.67% -
HSV(B) 13.58º 0.57% 0.94% -
XYZ 46.38 36.09 17.09 -
YUV 161.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 239 133 102 0 0.44 0.57 0.06 13.58 0.81 0.67
Hex EF 85 66 0 2C 39 6 E 51 43
Octal 357 205 146 0 54 71 6 16 121 103
Binary 11101111 10000101 1100110 0 101100 111001 110 1110 1010001 1000011

Color Harmonies of #EF8566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8566

Black with #EF8566

Text Example


Text Example

White with #EF8566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8566; }

 p { color: rgb(239,133,102); }

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

background-color css

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

 a { background-color: rgb(239,133,102); }

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

border-color css

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

 span { border-color: rgb(239,133,102); }

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