Html Css Color HEX #EF7F66 Salmon

📋 copy color: '#EF7F66'

red 239 ◦ green 127 ◦ blue 102

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

Shades of Salmon #EF7F66

Tints of Salmon #EF7F66

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

 BLUE value IS 102 (40.23% from 255) = 21.79%

R = 51.07%
G = 27.14%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EF7F66 (or 0xEF7F66) is known color: Salmon. HEX triplet: EF, 7F and 66. RGB value is (239,127,102). Sum of RGB (Red+Green+Blue) = 239+127+102=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F66 is #108099. Grayscale: #9D9D9D. Windows color (decimal): -1081498 or 6717423. OLE color: 6717423.

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

Color convert

RGB 239 127 102 -
CMYK 0 0.47 0.57 0.06
HSL 10.95º 0.81% 0.67% -
HSV(B) 10.95º 0.57% 0.94% -
XYZ 45.58 34.49 16.82 -
YUV 157.64 96.61 186.03 -
System Red Green Blue C M Y K H S L
Decimal 239 127 102 0 0.47 0.57 0.06 10.95 0.81 0.67
Hex EF 7F 66 0 2F 39 6 B 51 43
Octal 357 177 146 0 57 71 6 13 121 103
Binary 11101111 1111111 1100110 0 101111 111001 110 1011 1010001 1000011

Color Harmonies of #EF7F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F66

Black with #EF7F66

Text Example


Text Example

White with #EF7F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F66; }

 p { color: rgb(239,127,102); }

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

background-color css

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

 a { background-color: rgb(239,127,102); }

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

border-color css

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

 span { border-color: rgb(239,127,102); }

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