Html Css Color HEX #EF7967 Salmon

📋 copy color: '#EF7967'

red 239 ◦ green 121 ◦ blue 103

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

Shades of Salmon #EF7967

Tints of Salmon #EF7967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.13%

 BLUE value IS 103 (40.63% from 255) = 22.25%

R = 51.62%
G = 26.13%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF7967 (or 0xEF7967) is known color: Salmon. HEX triplet: EF, 79 and 67. RGB value is (239,121,103). Sum of RGB (Red+Green+Blue) = 239+121+103=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7967 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7967 is #108698. Grayscale: #9A9A9A. Windows color (decimal): -1083033 or 6781423. OLE color: 6781423.

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

Color convert

RGB 239 121 103 -
CMYK 0 0.49 0.57 0.06
HSL 7.94º 0.81% 0.67% -
HSV(B) 7.94º 0.57% 0.94% -
XYZ 44.88 33 16.84 -
YUV 154.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 239 121 103 0 0.49 0.57 0.06 7.94 0.81 0.67
Hex EF 79 67 0 31 39 6 8 51 43
Octal 357 171 147 0 61 71 6 10 121 103
Binary 11101111 1111001 1100111 0 110001 111001 110 1000 1010001 1000011

Color Harmonies of #EF7967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7967

Black with #EF7967

Text Example


Text Example

White with #EF7967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7967; }

 p { color: rgb(239,121,103); }

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

background-color css

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

 a { background-color: rgb(239,121,103); }

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

border-color css

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

 span { border-color: rgb(239,121,103); }

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