Html Css Color HEX #EF8475 Salmon

📋 copy color: '#EF8475'

red 239 ◦ green 132 ◦ blue 117

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

Shades of Salmon #EF8475

Tints of Salmon #EF8475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.05%

 BLUE value IS 117 (46.09% from 255) = 23.98%

R = 48.98%
G = 27.05%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF8475 (or 0xEF8475) is known color: Salmon. HEX triplet: EF, 84 and 75. RGB value is (239,132,117). Sum of RGB (Red+Green+Blue) = 239+132+117=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8475 is #107B8A. Grayscale: #A2A2A2. Windows color (decimal): -1080203 or 7701743. OLE color: 7701743.

HSL color Cylindrical-coordinate representation of color #EF8475: hue angle of 7.38º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF8475 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 132 117 -
CMYK 0 0.45 0.51 0.06
HSL 7.38º 0.79% 0.7% -
HSV(B) 7.38º 0.51% 0.94% -
XYZ 47.06 36.14 21.32 -
YUV 162.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 239 132 117 0 0.45 0.51 0.06 7.38 0.79 0.7
Hex EF 84 75 0 2D 33 6 7 4F 46
Octal 357 204 165 0 55 63 6 7 117 106
Binary 11101111 10000100 1110101 0 101101 110011 110 111 1001111 1000110

Color Harmonies of #EF8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8475

Black with #EF8475

Text Example


Text Example

White with #EF8475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8475; }

 p { color: rgb(239,132,117); }

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

background-color css

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

 a { background-color: rgb(239,132,117); }

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

border-color css

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

 span { border-color: rgb(239,132,117); }

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