Html Css Color HEX #EF8768 Salmon

📋 copy color: '#EF8768'

red 239 ◦ green 135 ◦ blue 104

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

Shades of Salmon #EF8768

Tints of Salmon #EF8768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.24%

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 50%
G = 28.24%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF8768 (or 0xEF8768) is known color: Salmon. HEX triplet: EF, 87 and 68. RGB value is (239,135,104). Sum of RGB (Red+Green+Blue) = 239+135+104=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8768 is #107897. Grayscale: #A2A2A2. Windows color (decimal): -1079448 or 6850543. OLE color: 6850543.

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

Color convert

RGB 239 135 104 -
CMYK 0 0.44 0.56 0.06
HSL 13.78º 0.81% 0.67% -
HSV(B) 13.78º 0.56% 0.94% -
XYZ 46.76 36.68 17.71 -
YUV 162.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 239 135 104 0 0.44 0.56 0.06 13.78 0.81 0.67
Hex EF 87 68 0 2C 38 6 E 51 43
Octal 357 207 150 0 54 70 6 16 121 103
Binary 11101111 10000111 1101000 0 101100 111000 110 1110 1010001 1000011

Color Harmonies of #EF8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8768

Black with #EF8768

Text Example


Text Example

White with #EF8768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8768; }

 p { color: rgb(239,135,104); }

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

background-color css

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

 a { background-color: rgb(239,135,104); }

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

border-color css

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

 span { border-color: rgb(239,135,104); }

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