Html Css Color HEX #EF856E Salmon

📋 copy color: '#EF856E'

red 239 ◦ green 133 ◦ blue 110

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

Shades of Salmon #EF856E

Tints of Salmon #EF856E

RGB

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

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

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

R = 49.59%
G = 27.59%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF856E (or 0xEF856E) is known color: Salmon. HEX triplet: EF, 85 and 6E. RGB value is (239,133,110). Sum of RGB (Red+Green+Blue) = 239+133+110=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF856E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF856E is #107A91. Grayscale: #A2A2A2. Windows color (decimal): -1079954 or 7243247. OLE color: 7243247.

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

Color convert

RGB 239 133 110 -
CMYK 0 0.44 0.54 0.06
HSL 10.7º 0.8% 0.68% -
HSV(B) 10.7º 0.54% 0.94% -
XYZ 46.8 36.25 19.28 -
YUV 162.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 239 133 110 0 0.44 0.54 0.06 10.7 0.8 0.68
Hex EF 85 6E 0 2C 36 6 B 50 44
Octal 357 205 156 0 54 66 6 13 120 104
Binary 11101111 10000101 1101110 0 101100 110110 110 1011 1010000 1000100

Color Harmonies of #EF856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF856E

Black with #EF856E

Text Example


Text Example

White with #EF856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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