Html Css Color HEX #EF8165 Salmon

📋 copy color: '#EF8165'

red 239 ◦ green 129 ◦ blue 101

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

Shades of Salmon #EF8165

Tints of Salmon #EF8165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.51%

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 50.96%
G = 27.51%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF8165 (or 0xEF8165) is known color: Salmon. HEX triplet: EF, 81 and 65. RGB value is (239,129,101). Sum of RGB (Red+Green+Blue) = 239+129+101=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8165 is #107E9A. Grayscale: #9E9E9E. Windows color (decimal): -1080987 or 6652399. OLE color: 6652399.

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

Color convert

RGB 239 129 101 -
CMYK 0 0.46 0.58 0.06
HSL 12.17º 0.81% 0.67% -
HSV(B) 12.17º 0.58% 0.94% -
XYZ 45.8 34.99 16.65 -
YUV 158.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 239 129 101 0 0.46 0.58 0.06 12.17 0.81 0.67
Hex EF 81 65 0 2E 3A 6 C 51 43
Octal 357 201 145 0 56 72 6 14 121 103
Binary 11101111 10000001 1100101 0 101110 111010 110 1100 1010001 1000011

Color Harmonies of #EF8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8165

Black with #EF8165

Text Example


Text Example

White with #EF8165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8165; }

 p { color: rgb(239,129,101); }

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

background-color css

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

 a { background-color: rgb(239,129,101); }

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

border-color css

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

 span { border-color: rgb(239,129,101); }

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