Html Css Color HEX #EF8577 Salmon

📋 copy color: '#EF8577'

red 239 ◦ green 133 ◦ blue 119

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

Shades of Salmon #EF8577

Tints of Salmon #EF8577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.24%

R = 48.68%
G = 27.09%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF8577 (or 0xEF8577) is known color: Salmon. HEX triplet: EF, 85 and 77. RGB value is (239,133,119). Sum of RGB (Red+Green+Blue) = 239+133+119=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8577 is #107A88. Grayscale: #A3A3A3. Windows color (decimal): -1079945 or 7833071. OLE color: 7833071.

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

Color convert

RGB 239 133 119 -
CMYK 0 0.44 0.50 0.06
HSL 0.79% 0.7% -
HSV(B) 0.5% 0.94% -
XYZ 47.31 36.46 22 -
YUV 163.1 103.12 182.14 -
System Red Green Blue C M Y K H S L
Decimal 239 133 119 0 0.44 0.50 0.06 7 0.79 0.7
Hex EF 85 77 0 2C 32 6 7 4F 46
Octal 357 205 167 0 54 62 6 7 117 106
Binary 11101111 10000101 1110111 0 101100 110010 110 111 1001111 1000110

Color Harmonies of #EF8577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8577

Black with #EF8577

Text Example


Text Example

White with #EF8577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8577; }

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

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

background-color css

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

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

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

border-color css

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

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

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