Html Css Color HEX #EF8268 Salmon

📋 copy color: '#EF8268'

red 239 ◦ green 130 ◦ blue 104

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

Shades of Salmon #EF8268

Tints of Salmon #EF8268

RGB

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

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

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

R = 50.53%
G = 27.48%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF8268 (or 0xEF8268) is known color: Salmon. HEX triplet: EF, 82 and 68. RGB value is (239,130,104). Sum of RGB (Red+Green+Blue) = 239+130+104=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8268 is #107D97. Grayscale: #9F9F9F. Windows color (decimal): -1080728 or 6849263. OLE color: 6849263.

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

Color convert

RGB 239 130 104 -
CMYK 0 0.46 0.56 0.06
HSL 11.56º 0.81% 0.67% -
HSV(B) 11.56º 0.56% 0.94% -
XYZ 46.08 35.32 17.48 -
YUV 159.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 239 130 104 0 0.46 0.56 0.06 11.56 0.81 0.67
Hex EF 82 68 0 2E 38 6 C 51 43
Octal 357 202 150 0 56 70 6 14 121 103
Binary 11101111 10000010 1101000 0 101110 111000 110 1100 1010001 1000011

Color Harmonies of #EF8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8268

Black with #EF8268

Text Example


Text Example

White with #EF8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8268; }

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

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

background-color css

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

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

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

border-color css

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

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

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