Html Css Color HEX #EF8778 Salmon

📋 copy color: '#EF8778'

red 239 ◦ green 135 ◦ blue 120

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

Shades of Salmon #EF8778

Tints of Salmon #EF8778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 48.38%
G = 27.33%
B = 24.29%

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

#EF8778 (or 0xEF8778) is known color: Salmon. HEX triplet: EF, 87 and 78. RGB value is (239,135,120). Sum of RGB (Red+Green+Blue) = 239+135+120=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8778 is #107887. Grayscale: #A4A4A4. Windows color (decimal): -1079432 or 7899119. OLE color: 7899119.

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

Color convert

RGB 239 135 120 -
CMYK 0 0.44 0.50 0.06
HSL 7.56º 0.79% 0.7% -
HSV(B) 7.56º 0.5% 0.94% -
XYZ 47.65 37.03 22.41 -
YUV 164.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 239 135 120 0 0.44 0.50 0.06 7.56 0.79 0.7
Hex EF 87 78 0 2C 32 6 8 4F 46
Octal 357 207 170 0 54 62 6 10 117 106
Binary 11101111 10000111 1111000 0 101100 110010 110 1000 1001111 1000110

Color Harmonies of #EF8778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8778

Black with #EF8778

Text Example


Text Example

White with #EF8778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8778; }

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

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

background-color css

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

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

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

border-color css

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

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

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